Skip to content

Commit 38185ba

Browse files
committed
feat(config): set route base path to root for documentation
1 parent ecc37ca commit 38185ba

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docusaurus.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ const config = {
2626
/** @type {import('@docusaurus/preset-classic').Options} */
2727
({
2828
docs: {
29+
routeBasePath: '/',
2930
sidebarPath: './sidebars.js',
3031
// Please change this to your repo.
3132
// Remove this to remove the "edit this page" links.

0 commit comments

Comments
 (0)