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