We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f237a9 commit b464851Copy full SHA for b464851
1 file changed
frontend/vite.config.ts
@@ -5,5 +5,5 @@ import tailwindcss from '@tailwindcss/vite'
5
// https://vite.dev/config/
6
export default defineConfig({
7
plugins: [react(), tailwindcss(),],
8
- base: '/'
+ base: './'
9
})
0 commit comments