Skip to content

Commit

Permalink
chore(nextconfig): update nextconfig image domains to image remotepat…
Browse files Browse the repository at this point in the history
…terns
  • Loading branch information
dimasandriano authored and theodorusclarence committed Sep 12, 2024
1 parent 42f969b commit b58faaf
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,12 @@ const nextConfig = {

// Uncoment to add domain whitelist
// images: {
// domains: [
// 'res.cloudinary.com',
// ],
// remotePatterns: [
// {
// protocol: 'https',
// hostname: 'res.cloudinary.com',
// },
// ]
// },

webpack(config) {
Expand Down

0 comments on commit b58faaf

Please sign in to comment.