Skip to content

Commit

Permalink
chore: add hostname for mongodb
Browse files Browse the repository at this point in the history
  • Loading branch information
moonbamijam committed Feb 4, 2024
1 parent e344e9e commit fb9bae8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
const nextConfig = {
images: {
remotePatterns: [
{
'hostname': 'mongodb.net'
},
{
'hostname': 'cdn.jsdelivr.net'
},
Expand Down

1 comment on commit fb9bae8

@vercel
Copy link

@vercel vercel bot commented on fb9bae8 Feb 4, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.