fix: vite image config

This commit is contained in:
loks0n
2025-01-06 13:26:28 +00:00
parent 53104bb828
commit 5b8305243f

View File

@@ -25,6 +25,7 @@ export default defineConfig({
}
}),
ViteImageOptimizer({
include: ['**/*.png', '**/*.jpg', '**/*.jpeg', '**/*.gif', '**/*.svg'],
exclude: ['**/*.avif', '**/*.webp'],
cache: true,
cacheLocation: '.cache'