mirror of
https://github.com/LukeHagar/website.git
synced 2025-12-09 12:57:48 +00:00
fix: vite image config
This commit is contained in:
@@ -25,6 +25,7 @@ export default defineConfig({
|
||||
}
|
||||
}),
|
||||
ViteImageOptimizer({
|
||||
include: ['**/*.png', '**/*.jpg', '**/*.jpeg', '**/*.gif', '**/*.svg'],
|
||||
exclude: ['**/*.avif', '**/*.webp'],
|
||||
cache: true,
|
||||
cacheLocation: '.cache'
|
||||
|
||||
Reference in New Issue
Block a user