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 5ba4d5a commit e664c06Copy full SHA for e664c06
vite.config.ts
@@ -2,11 +2,7 @@ import { defineConfig } from 'vite'
2
import react from '@vitejs/plugin-react'
3
import tailwindcss from '@tailwindcss/vite'
4
5
-const base = process.env.NODE_ENV === "production" ? "/progress-dashboard/" : ""
6
-console.log(process.env.NODE_ENV)
7
-
8
-// https://vite.dev/config/
9
export default defineConfig({
10
plugins: [react(), tailwindcss()],
11
- base,
+ base: "/progress-dashboard/",
12
})
0 commit comments