Skip to content

Commit

Permalink
feat(next-config): default images config
Browse files Browse the repository at this point in the history
  • Loading branch information
angeloanan committed Mar 14, 2022
1 parent 3139b3d commit 8c1db59
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ const nextConfig = {
i18n: {
locales: ['en-US'],
defaultLocale: 'en-US'
},

images: {
domains: [],
formats: ['image/avif', 'image/webp']
}
}

Expand Down

0 comments on commit 8c1db59

Please sign in to comment.