Skip to content

Commit 8d15884

Browse files
committed
Fix path casing
1 parent f9776c6 commit 8d15884

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/vite.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ import react from '@vitejs/plugin-react'
33

44
// https://vite.dev/config/
55
export default defineConfig({
6-
base: '/Notes-App/',
6+
base: '/Notes-app/',
77
plugins: [react()],
88
})

0 commit comments

Comments
 (0)