fix: set the baseUrl for docusaurus
parent
eb0024c8cc
commit
307d5c179b
|
@ -15,7 +15,7 @@ const config: Config = {
|
||||||
url: 'https://docs.pluginpal.io',
|
url: 'https://docs.pluginpal.io',
|
||||||
// Set the /<baseUrl>/ pathname under which your site is served
|
// Set the /<baseUrl>/ pathname under which your site is served
|
||||||
// For GitHub pages deployment, it is often '/<projectName>/'
|
// For GitHub pages deployment, it is often '/<projectName>/'
|
||||||
baseUrl: '/',
|
baseUrl: '/config-sync',
|
||||||
|
|
||||||
// GitHub pages deployment config.
|
// GitHub pages deployment config.
|
||||||
// If you aren't using GitHub pages, you don't need these.
|
// If you aren't using GitHub pages, you don't need these.
|
||||||
|
|
Loading…
Reference in New Issue