From 8fec5eb5c95b4545e66ad6eab29b6a1a2f38c520 Mon Sep 17 00:00:00 2001 From: Romein van Buren Date: Sun, 8 Oct 2023 20:53:32 +0200 Subject: [PATCH] Set correct base path --- vite.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/vite.config.js b/vite.config.js index 33899a9..46da7a6 100644 --- a/vite.config.js +++ b/vite.config.js @@ -3,4 +3,5 @@ import { svelte } from '@sveltejs/vite-plugin-svelte'; export default defineConfig({ plugins: [ svelte() ], + base: 'gpstool', });