Skip to content

Commit

Permalink
fix: local documentation
Browse files Browse the repository at this point in the history
express-static prefers directories over files when using the extensions
option, meaning an extensionless route will always route to the
directory instead of the file (expressjs/serve-static#138).
  • Loading branch information
jackwilsdon committed Sep 10, 2024
1 parent 3f37a63 commit 11fbe97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docsite/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const config: Config = {
organizationName: 'foxxmd', // Usually your GitHub org/user name.
projectName: 'multi-scrobbler', // Usually your repo name.

trailingSlash: false,
trailingSlash: true,

onBrokenLinks: 'warn',
onBrokenMarkdownLinks: 'warn',
Expand Down

0 comments on commit 11fbe97

Please sign in to comment.