1
0
Fork 0
mirror of https://github.com/mat-1/matdoesdev.git synced 2025-08-02 06:36:04 +00:00

set vite base to ''

This commit is contained in:
mat 2023-11-26 23:09:00 -06:00
parent 6abeb86579
commit a1122c65b6

View file

@ -1,9 +1,12 @@
import { sveltekit } from '@sveltejs/kit/vite'
/** @type {import('vite').UserConfig} */
export default {
plugins: [sveltekit()],
build: {
target: 'es2020',
},
base: '',
}