diff --git a/vite.config.ts b/vite.config.ts index d588ec3..9456693 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -5,6 +5,7 @@ import { defineConfig } from "vite"; // https://vite.dev/config/ export default defineConfig({ plugins: [react(), babel({ presets: [reactCompilerPreset()] })], + base: "/project1", css: { modules: { localsConvention: "camelCaseOnly",