diff --git a/docusaurus.config.ts b/docusaurus.config.ts index 8a01677..10cb8a1 100644 --- a/docusaurus.config.ts +++ b/docusaurus.config.ts @@ -13,6 +13,7 @@ const config: Config = { // Set the // pathname under which your site is served // For GitHub pages deployment, it is often '//' baseUrl: '/', + // trailingSlash: false, // GitHub pages deployment config. // If you aren't using GitHub pages, you don't need these.