Skip to content

Commit

Permalink
feat(next.config.js): add support for imgur.com domain in images conf…
Browse files Browse the repository at this point in the history
…iguration to allow image loading from imgur.com domain
  • Loading branch information
masterkain committed May 25, 2023
1 parent 7acb00b commit 151290a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const nextConfig = {
reactStrictMode: true,
output: 'standalone',
images: {
domains: ['gravatar.com'],
domains: ['www.gravatar.com', 'i.imgur.com'],
},
experimental: {
serverActions: true,
Expand Down

0 comments on commit 151290a

Please sign in to comment.