Skip to content

Commit

Permalink
feat: Add support for AV1-encoded images
Browse files Browse the repository at this point in the history
  • Loading branch information
Dobefu committed Feb 10, 2025
1 parent a0edf33 commit 9f4a555
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions next.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ let nextConfig: NextConfig = {
}
: false,
},
images: {
formats: ['image/avif', 'image/webp'],
},
async headers() {
return [
{
Expand Down

0 comments on commit 9f4a555

Please sign in to comment.