Skip to content

Commit 017078d

Browse files
authored
Merge branch 'main' into main
2 parents e2e1ca4 + 431d44e commit 017078d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

vite.config.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,5 @@ export default defineConfig(({ mode }) => ({
2020
alias: {
2121
"@": path.resolve(__dirname, "./src"),
2222
},
23-
},
24-
base: "/"
23+
}
2524
}));

0 commit comments

Comments
 (0)