Skip to content

Commit 58db8db

Browse files
committed
changed vite base config
1 parent 1f2f5fc commit 58db8db

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
@@ -4,5 +4,5 @@ import react from '@vitejs/plugin-react'
44
// https://vite.dev/config/
55
export default defineConfig({
66
plugins: [react()],
7-
base: '/'
7+
base: '/recursion-tree-visualizer/'
88
})

0 commit comments

Comments
 (0)