Replace configs names: origin & basePathname

This commit is contained in:
prototypa
2022-09-01 00:48:31 -04:00
parent bc4a0ad8dd
commit 88c69d0aae
4 changed files with 12 additions and 12 deletions

View File

@ -129,8 +129,8 @@ Basic configuration file: `./src/config.mjs`
export const SITE = {
name: "Example",
domain: "https://example.com",
baseUrl: "/", // Change this if you need to deploy to Github Pages, for example
origin: "https://example.com",
basePathname: "/", // Change this if you need to deploy to Github Pages, for example
title: "Example - This is the homepage title of Example",
description: "This is the homepage description of Example",