bugfix - failed build

This commit is contained in:
James Wyndham 2024-03-13 19:06:09 +08:00
parent c86cc6dff6
commit 183a6beaff
1 changed files with 1 additions and 1 deletions

View File

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