Skip to content

Commit 9101df7

Browse files
authored
Update image component example to use AVIF (vercel#30294)
1 parent 3828ebe commit 9101df7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
module.exports = {
22
images: {
33
domains: ['assets.vercel.com'],
4+
formats: ['image/avif', 'image/webp'],
45
},
56
}

0 commit comments

Comments
 (0)