Build frontends with the expected base url

This commit is contained in:
2024-06-24 20:53:48 -04:00
parent 86eac30d5e
commit 1b760329ef
8 changed files with 107 additions and 53 deletions

View File

@@ -14,5 +14,6 @@ export default defineConfig({
alias: {
'@': fileURLToPath(new URL('./src', import.meta.url))
}
}
},
base: '/vuejs/'
})