diff --git a/project/frontend/vite.config.js b/project/frontend/vite.config.js index 059d9e2..fe55ffb 100644 --- a/project/frontend/vite.config.js +++ b/project/frontend/vite.config.js @@ -4,6 +4,7 @@ import { defineConfig } from "vite"; // https://vitejs.dev/config/ export default defineConfig({ + base: "/ff/", plugins: [TanStackRouterVite({ autoCodeSplitting: true }), viteReact()], test: { globals: true,