We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7abf0ee commit ce1bf51Copy full SHA for ce1bf51
frontend/vite.config.ts
@@ -5,7 +5,7 @@ import react from "@vitejs/plugin-react";
5
export default defineConfig({
6
plugins: [react()],
7
// base: `${process.env.VITE_BASE_URL}`,
8
- base: "/backoffice-frontend/",
+ base: "/backoffice/",
9
server: {
10
host: "0.0.0.0" // Allow traffic from the internet
11
},
0 commit comments