We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c4e40d commit e4488b5Copy full SHA for e4488b5
frontend/vite.config.js
@@ -3,7 +3,7 @@ import react from "@vitejs/plugin-react";
3
4
// https://vitejs.dev/config/
5
export default defineConfig({
6
- base: './',
+ base: '/',
7
plugins: [react()],
8
server: {
9
proxy: {
0 commit comments