Skip to content

Commit 14353b2

Browse files
author
luosijie
committed
🐛 fix build bug
1 parent 6b1cbba commit 14353b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vite.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const root = path.resolve(__dirname, 'src')
1515
const pagesRoot = path.resolve(__dirname, 'src/pages')
1616

1717
export default defineConfig({
18-
base: process.env.NODE_ENV === 'production' ? `/${REPO}/` : '/',
18+
// base: process.env.NODE_ENV === 'production' ? `/${REPO}/` : '/',
1919
root,
2020
resolve: {
2121
alias: {

0 commit comments

Comments
 (0)