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