Skip to content

Commit

Permalink
Merge pull request #1601 from appwrite/fix-vite-image-config
Browse files Browse the repository at this point in the history
fix: vite image config
  • Loading branch information
loks0n authored Jan 6, 2025
2 parents 53104bb + 5b83052 commit 8bc74ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ export default defineConfig({
}
}),
ViteImageOptimizer({
include: ['**/*.png', '**/*.jpg', '**/*.jpeg', '**/*.gif', '**/*.svg'],
exclude: ['**/*.avif', '**/*.webp'],
cache: true,
cacheLocation: '.cache'
Expand Down

0 comments on commit 8bc74ad

Please sign in to comment.