Skip to content

Commit db265b7

Browse files
committed
fix: 🐛 deploy to subfolder V
1 parent 47f0b36 commit db265b7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

vite.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export default () => {
77
console.log(branchName)
88
return {
99
// base: `${branchName === 'main' ? '/' : '/dev/'}`,
10-
base: '/dev/',
10+
base: '/',
1111
plugins: [react()]
1212
}
1313
}

0 commit comments

Comments
 (0)