feat(website): loading time optimize

This commit is contained in:
Simon
2026-03-03 21:38:29 +08:00
parent dcc6cd1cf3
commit 645a7ceb52
4 changed files with 37 additions and 31 deletions

View File

@@ -67,7 +67,6 @@ export default defineConfig(({ mode }) => ({
output: {
manualChunks: {
vendor: ['react', 'react-dom', 'wouter'],
'page-agent': ['page-agent'],
},
},
},