Skip to content

Commit f259f2c

Browse files
committed
set / for vite
1 parent 656ed71 commit f259f2c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

vite.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ import { defineConfig } from 'vite';
44
// https://vitejs.dev/config/
55
export default defineConfig({
66
plugins: [react()],
7-
base: process.env.NODE_ENV === "production" ? "/KashanHistoryWebApp" : "/",
7+
base: process.env.NODE_ENV === "production" ? "/" : "/",
88
});

0 commit comments

Comments
 (0)