Skip to content

Commit

Permalink
add avif
Browse files Browse the repository at this point in the history
  • Loading branch information
gregrickaby committed Nov 11, 2022
1 parent fa0cc43 commit 82dbd3f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion next.config.js
Original file line number Diff line number Diff line change
@@ -1,2 +1,7 @@
/** @type {import('next').NextConfig} */
module.exports = {}
module.exports = {
reactStrictMode: true,
images: {
formats: ['image/avif', 'image/webp']
}
}

0 comments on commit 82dbd3f

Please sign in to comment.