Skip to content

Commit 4b879b7

Browse files
committed
remove trailing slash from url by default
1 parent 6b5997f commit 4b879b7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docusaurus.config.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ const config: Config = {
3232
organizationName: envReplace('${CADENCE_DOCS_ORGANIZATION:-cadence-workflow}', process.env),
3333
projectName: 'cadence-docs', // Usually your repo name.
3434

35+
trailingSlash: false,
36+
3537
onBrokenLinks: 'throw',
3638
onBrokenMarkdownLinks: 'warn',
3739

0 commit comments

Comments
 (0)