Skip to content

Commit 307d5c1

Browse files
committed
fix: set the baseUrl for docusaurus
1 parent eb0024c commit 307d5c1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/docusaurus.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const config: Config = {
1515
url: 'https://docs.pluginpal.io',
1616
// Set the /<baseUrl>/ pathname under which your site is served
1717
// For GitHub pages deployment, it is often '/<projectName>/'
18-
baseUrl: '/',
18+
baseUrl: '/config-sync',
1919

2020
// GitHub pages deployment config.
2121
// If you aren't using GitHub pages, you don't need these.

0 commit comments

Comments
 (0)