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 fe393e5 commit c60c9b2Copy full SHA for c60c9b2
client/vite.config.ts
@@ -4,6 +4,7 @@ import { defineConfig } from "vite";
4
5
// https://vitejs.dev/config/
6
export default defineConfig({
7
+ base: process.env.CLIENT__BASE_HREF || "/",
8
plugins: [react()],
9
server: {
10
host: true,
0 commit comments