Skip to content

Commit 7950f1d

Browse files
committed
fix: broken links in diagram-format and other pages #221
1 parent 560d6d9 commit 7950f1d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docusaurus.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ module.exports = {
1313
tagline: 'Online Arduino & Electronics Simulator',
1414
url: 'https://docs.wokwi.com',
1515
baseUrl: '/',
16+
trailingSlash: false,
1617
onBrokenLinks: 'throw',
1718
onBrokenMarkdownLinks: 'warn',
1819
favicon: 'img/favicon.ico',

0 commit comments

Comments
 (0)