Replace configs names: origin & basePathname
This commit is contained in:
@ -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",
|
||||
|
Reference in New Issue
Block a user