Skip to content

Commit d98586c

Browse files
committed
fix: fractal.code.xihale.top
1 parent 76db313 commit d98586c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vite.config.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ import react from '@vitejs/plugin-react'
44
// https://vitejs.dev/config/
55
export default defineConfig({
66
plugins: [react()],
7-
base: '/fractal/',
7+
base: '/',
88
})

0 commit comments

Comments
 (0)