diff --git a/frontend/vite.config.ts b/frontend/vite.config.ts index d957fa3f0..dd596b1aa 100644 --- a/frontend/vite.config.ts +++ b/frontend/vite.config.ts @@ -12,4 +12,5 @@ export default defineConfig({ }, }, }, + base: "http://localhost:8080", });