Fix absolute paths

This commit is contained in:
Kai Vogelgesang 2024-07-18 16:17:38 +02:00
parent b9ea16d2c6
commit 20a7d9b4df
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: '',
})