Skip to content

Commit ab60b9d

Browse files
committed
Add base in Vite config
1 parent 1ff375a commit ab60b9d

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
@@ -1,5 +1,6 @@
11
import { defineConfig } from 'vite'
22

33
export default defineConfig({
4+
base: './',
45
plugins: [],
56
})

0 commit comments

Comments
 (0)