fix(05): install @iconify-json/lucide, pre-bundle zod in vite optimizeDeps

This commit is contained in:
2026-04-21 16:41:23 +02:00
parent ed384ec970
commit 0fe5b545ad
3 changed files with 16 additions and 0 deletions
+5
View File
@@ -63,6 +63,11 @@ export default defineNuxtConfig({
id: '',
enabled: import.meta.env.NODE_ENV === 'production',
},
vite: {
optimizeDeps: {
include: ['zod'],
},
},
content: {
build: {
markdown: {