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 656ed71 commit f259f2cCopy full SHA for f259f2c
1 file changed
vite.config.ts
@@ -4,5 +4,5 @@ import { defineConfig } from 'vite';
4
// https://vitejs.dev/config/
5
export default defineConfig({
6
plugins: [react()],
7
- base: process.env.NODE_ENV === "production" ? "/KashanHistoryWebApp" : "/",
+ base: process.env.NODE_ENV === "production" ? "/" : "/",
8
});
0 commit comments