Fix config

This commit is contained in:
2025-08-18 14:24:55 +03:00
Unverified
parent fd9f3cb84b
commit 88956e0bef
2 changed files with 2 additions and 1 deletions
View File
+2 -1
View File
@@ -48,6 +48,7 @@ export default defineConfig({
/^webfonts/ /^webfonts/
] ]
}, },
cssMinify: true cssMinify: true,
assetsInlineLimit: 0
} }
}) })