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:
parent
6abeb86579
commit
a1122c65b6
1 changed files with 3 additions and 0 deletions
|
@ -1,9 +1,12 @@
|
|||
import { sveltekit } from '@sveltejs/kit/vite'
|
||||
|
||||
/** @type {import('vite').UserConfig} */
|
||||
export default {
|
||||
plugins: [sveltekit()],
|
||||
|
||||
build: {
|
||||
target: 'es2020',
|
||||
},
|
||||
|
||||
base: '',
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue