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 c1cff1e commit bf538dcCopy full SHA for bf538dc
vite.config.ts
@@ -4,6 +4,7 @@ import reactRefresh from '@vitejs/plugin-react-refresh'
4
console.log(process.env.BASE)
5
export default defineConfig({
6
mode: process.env.NODE_ENV,
7
+ base: '/react-18/',
8
publicDir: "public",
9
plugins: [reactRefresh()],
10
server: {
0 commit comments