We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba6ae65 commit b585144Copy full SHA for b585144
vite.config.ts
@@ -3,6 +3,7 @@ import react from '@vitejs/plugin-react'
3
import tsconfigPaths from 'vite-tsconfig-paths'
4
5
export default defineConfig({
6
+ base: '/mood-it-frontend/',
7
plugins: [react(), tsconfigPaths()],
8
server: { port: 5173 },
9
preview: { port: 5174 }
0 commit comments