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 a6d22cf commit 3bc776fCopy full SHA for 3bc776f
client/vite.config.ts
@@ -1,12 +1,11 @@
1
+import react from "@vitejs/plugin-react";
2
import path from "path";
3
import { defineConfig } from "vite";
-import react from "@vitejs/plugin-react";
4
5
// https://vitejs.dev/config/
6
export default defineConfig({
7
plugins: [react()],
8
server: {
9
- historyApiFallback: true,
10
},
11
resolve: {
12
alias: {
0 commit comments