We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f55f5e commit 9c37ef4Copy full SHA for 9c37ef4
website/docusaurus.config.js
@@ -24,6 +24,8 @@ const config = {
24
// Set the /<baseUrl>/ pathname under which your site is served
25
// For GitHub pages deployment, it is often '/<projectName>/'
26
baseUrl: '/',
27
+ // Explicitly set trailingSlash to avoid GitHub Pages redirects impacting SEO/links
28
+ trailingSlash: true,
29
30
// GitHub pages deployment config.
31
// If you aren't using GitHub pages, you don't need these.
0 commit comments