Skip to content

Commit

Permalink
removing trailingSlashes equals false config to test cause of build b…
Browse files Browse the repository at this point in the history
…reak
  • Loading branch information
d45 committed Oct 22, 2024
1 parent e7b4173 commit aba48ad
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ const getConfig = async () => {
// indexed by search engines
noIndex: isUpcomingVersion || isInofficial,

trailingSlash: 'false',
// trailing slashes cause relative links to break with URL links
// trailingSlash: 'false',

// We want all issues to be reported as build errors
onBrokenLinks: 'throw',
Expand Down

0 comments on commit aba48ad

Please sign in to comment.