Skip to content

Commit 06c5427

Browse files
committed
fix: vite.config.ts
1 parent 2cffcf9 commit 06c5427

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

vite.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@ import react from '@vitejs/plugin-react'
44
// https://vite.dev/config/
55
export default defineConfig({
66
plugins: [react()],
7+
base: "/playground/"
78
})

0 commit comments

Comments
 (0)