fix: correctly set the baseUrl for config-sync docs

pull/176/head
Boaz Poolman 2025-03-17 11:31:21 +01:00
parent 307d5c179b
commit c51568fdde
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ const config: Config = {
url: 'https://docs.pluginpal.io',
// Set the /<baseUrl>/ pathname under which your site is served
// For GitHub pages deployment, it is often '/<projectName>/'
baseUrl: '/config-sync',
baseUrl: '/config-sync/',
// GitHub pages deployment config.
// If you aren't using GitHub pages, you don't need these.