Skip to content

Commit c3506c0

Browse files
committed
fix: set the baseUrl for docusaurus
1 parent 7b6a2e9 commit c3506c0

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/honest-groups-win.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"docs": patch
3+
---
4+
5+
Set the baseUrl for docusaurus

packages/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: '/webtools',
1919

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

0 commit comments

Comments
 (0)