Skip to content

Commit 3bc776f

Browse files
committed
Fix Vite config
1 parent a6d22cf commit 3bc776f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

client/vite.config.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
1+
import react from "@vitejs/plugin-react";
12
import path from "path";
23
import { defineConfig } from "vite";
3-
import react from "@vitejs/plugin-react";
44

55
// https://vitejs.dev/config/
66
export default defineConfig({
77
plugins: [react()],
88
server: {
9-
historyApiFallback: true,
109
},
1110
resolve: {
1211
alias: {

0 commit comments

Comments
 (0)