Skip to content

Commit 0f5fa48

Browse files
generate trailing slash, fix for google search console.
1 parent eca32b9 commit 0f5fa48

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

docs/docusaurus.config.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ const config: Config = {
1414
// Set the /<baseUrl>/ pathname under which your site is served
1515
// For GitHub pages deployment, it is often '/<projectName>/'
1616
baseUrl: "/",
17-
17+
trailingSlash: false,
18+
1819
// GitHub pages deployment config.
1920
// If you aren't using GitHub pages, you don't need these.
2021
organizationName: "Bit by bit developers", // Usually your GitHub org/user name.

0 commit comments

Comments
 (0)