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