Skip to content

Commit fcebf6d

Browse files
authored
Update docusaurus.config.js
1 parent c79c6ad commit fcebf6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docusaurus.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const config = {
1515
// Set the production url of your site here
1616
// Use environment variable for dynamic URL configuration
1717
projectName: 'docs',
18-
trailingSlash: false,
18+
trailingSlash: true,
1919
url: process.env.RENDER_EXTERNAL_URL || 'http://localhost:3000',
2020
// Set the /<baseUrl>/ pathname under which your site is served
2121
baseUrl: '/',

0 commit comments

Comments
 (0)