Skip to content

Commit fb298ea

Browse files
committed
chore: fix deploy page baseurl
1 parent d3d78a7 commit fb298ea

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

vite.config.mts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ import { defineConfig } from 'vite'
22

33
export default defineConfig({
44
root: './dev',
5+
base: './',
56
build: {
67
outDir: '../display'
78
}

0 commit comments

Comments
 (0)