diff --git a/vite.config.ts b/vite.config.ts index a79873a..2461013 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -5,6 +5,7 @@ import react from '@vitejs/plugin-react'; export default defineConfig(({ mode }) => { const env = loadEnv(mode, '.', ''); return { + base: '/jbdtool/', server: { port: 4173, host: '0.0.0.0',