Skip to content

Commit 8ada15a

Browse files
authored
Update docusaurus.config.js
1 parent 8a997bc commit 8ada15a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docusaurus.config.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ module.exports = {
1515
'classic',
1616
({
1717
docs: {
18+
routeBasePath: '/docs', // 👈 This moves docs to /docs
1819
sidebarPath: require.resolve('./sidebars.js'),
1920
},
2021
theme: {
@@ -23,4 +24,5 @@ module.exports = {
2324
}),
2425
],
2526
],
27+
,
2628
};

0 commit comments

Comments
 (0)