Skip to content

Commit e9e0178

Browse files
committed
fix duplicates in path
1 parent c7753c5 commit e9e0178

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

vite.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ import react from '@vitejs/plugin-react-swc'
55
export default defineConfig({
66
plugins: [react()],
77
publicDir: 'public',
8-
base: "/NOTED/"
8+
base: "/"
99
})

0 commit comments

Comments
 (0)