Skip to content

Commit 68c634c

Browse files
committed
fix: publicPath >> base
1 parent a82788a commit 68c634c

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
@@ -13,5 +13,5 @@ export default defineConfig({
1313
'@': fileURLToPath(new URL('./src', import.meta.url))
1414
}
1515
},
16-
publicPath: '/',
16+
base: '/'
1717
})

0 commit comments

Comments
 (0)