solve access to /login #54

Merged
tonitch merged 1 commits from tonitch/front/fix/login_access into master 2024-03-05 18:50:16 +01:00
2 changed files with 9 additions and 0 deletions

View File

@ -8,6 +8,15 @@ export default defineConfig({
plugins: [ plugins: [
vue(), vue(),
], ],
build: {
rollupOptions:{
input:{
main: './index.html',
login: './login/index.html'
}
}
},
resolve: { resolve: {
alias: { alias: {
'@': fileURLToPath(new URL('./src', import.meta.url)) '@': fileURLToPath(new URL('./src', import.meta.url))