We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abde321 commit a8f12dcCopy full SHA for a8f12dc
vite.config.ts
@@ -3,6 +3,7 @@ import reactRefresh from "@vitejs/plugin-react-refresh";
3
4
// https://vitejs.dev/config/
5
export default defineConfig({
6
+ base: "/client/",
7
plugins: [reactRefresh(), splitVendorChunkPlugin()],
8
build: {
9
sourcemap: true,
0 commit comments