Fix issue #55 Trailing Slash
This commit is contained in:
@ -134,6 +134,7 @@ export const SITE = {
|
||||
|
||||
origin: "https://example.com",
|
||||
basePathname: "/", // Change this if you need to deploy to Github Pages, for example
|
||||
trailingSlash: false, // Generate permalinks with or without "/" at the end
|
||||
|
||||
title: "Example - This is the homepage title of Example",
|
||||
description: "This is the homepage description of Example",
|
||||
|
Reference in New Issue
Block a user