Skip to content

Commit

Permalink
Fix redirect issues on docs (#759)
Browse files Browse the repository at this point in the history
  • Loading branch information
eerison authored Apr 7, 2023
1 parent b19cd42 commit 3ef7b38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const config = {
// Set the /<baseUrl>/ pathname under which your site is served
// For GitHub pages deployment, it is often '/<projectName>/'
baseUrl: '/',

trailingSlash: true,
// GitHub pages deployment config.
// If you aren't using GitHub pages, you don't need these.
organizationName: 'shield-wall', // Usually your GitHub org/user name.
Expand Down

0 comments on commit 3ef7b38

Please sign in to comment.