chore(buddybook): fix base url

This commit is contained in:
Danish Arora 2024-10-29 16:59:34 +05:30
parent b791a1efa8
commit 1413b0a9f6
No known key found for this signature in database
GPG Key ID: 1C6EF37CDAE1426E
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ export default defineConfig({
"@": path.resolve(__dirname, "./src"),
},
},
base: './',
base: '/buddybook/',
build: {
assetsDir: 'assets',
manifest: true,