Fix vite building with absolute paths

This commit is contained in:
Kai Vogelgesang 2022-12-28 02:38:26 +01:00
parent 1de834020a
commit cac24e64b1
Signed by: kai
GPG Key ID: 3FC8578CC818A9EB

View File

@ -4,4 +4,5 @@ import { svelte } from '@sveltejs/vite-plugin-svelte'
// https://vitejs.dev/config/
export default defineConfig({
plugins: [svelte()],
base: '',
})