Set correct base path

This commit is contained in:
2023-10-08 20:53:32 +02:00
parent 321e55fccb
commit 8fec5eb5c9

View File

@ -3,4 +3,5 @@ import { svelte } from '@sveltejs/vite-plugin-svelte';
export default defineConfig({
plugins: [ svelte() ],
base: 'gpstool',
});