Skip to content

Commit 036cb93

Browse files
committed
fix trailing slash redirect
1 parent adcda21 commit 036cb93

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docusaurus.config.ts

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ const config: Config = {
88
favicon: 'favicon/favicon.ico',
99
url: 'https://docs.velopack.io/',
1010
baseUrl: '/',
11+
trailingSlash: false,
1112
organizationName: 'velopack',
1213
projectName: 'velopack.docs',
1314
onBrokenLinks: 'throw',

0 commit comments

Comments
 (0)