diff options
Diffstat (limited to 'next.config.mjs')
| -rw-r--r-- | next.config.mjs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/next.config.mjs b/next.config.mjs index 165b481..06d109f 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -10,6 +10,10 @@ const nextConfig = { { protocol: "https", hostname: "www.pngall.com" + }, + { + protocol: "https", + hostname: "gogocdn.net" } ], }, |