🐛 Fix 'base' parameter

master
KaKi87 2022-10-15 18:55:03 +02:00
parent 3da533c057
commit 2765a23b0b
1 changed files with 0 additions and 1 deletions

View File

@ -4,7 +4,6 @@ import createVuePlugin from '@vitejs/plugin-vue';
(async () => {
await build({
root: './src',
base: './',
build: {
outDir: '../dist'
},