diff options
Diffstat (limited to 'next.config.mjs')
| -rw-r--r-- | next.config.mjs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/next.config.mjs b/next.config.mjs index 6b50381..216839b 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -42,6 +42,8 @@ const nextConfig = { hostname: "ih1.redbubble.net",
},
{ hostname: "images.hdqwalls.com" },
+ { hostname: "cdn3.iconfinder.com" },
+ { hostname: "www.iconfinder.com" },
],
},
logging: {
|