diff options
Diffstat (limited to 'vite.config.ts')
| -rw-r--r-- | vite.config.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vite.config.ts b/vite.config.ts index c7ee593..f31a885 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -5,6 +5,6 @@ import { svelte } from '@sveltejs/vite-plugin-svelte'; // const preprocess = require('svelte-preprocess') export default defineConfig({ - base: "/PTDatabaseApp", + base: "/PTDatabaseApp/", plugins: [svelte()] -})
\ No newline at end of file +}) |
