准备投入生产环节

This commit is contained in:
2025-07-28 21:11:37 +08:00
parent c1d4963395
commit 941f5d183b
4 changed files with 47 additions and 17 deletions

View File

@@ -54,6 +54,9 @@ export default defineNuxtConfig({
},
icon: {
provider: 'iconify'
}
clientBundle: {
scan: true,
sizeLimitKb: 512,
},
},
})