This commit is contained in:
2024-03-31 14:56:26 +02:00
parent ebca41dc8f
commit 3c9065ee8c
25 changed files with 49 additions and 29 deletions

View File

@@ -11,9 +11,9 @@ export default defineConfig({
resolve: {
alias: {
'@': fileURLToPath(new URL('./src', import.meta.url)),
'assets': fileURLToPath(new URL('./assets', import.meta.url)),
}
},
root: '.',
base: BASE_URL,
build: {
minify: !DEVELOPMENT,