diff options
Diffstat (limited to 'next.config.mjs')
| -rw-r--r-- | next.config.mjs | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/next.config.mjs b/next.config.mjs index 1ac477c..fc47e34 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -19,6 +19,22 @@ const nextConfig = { protocol: "https", hostname: "asianimg.pro", }, + { + protocol: "https", + hostname: "s4.anilist.co", + }, + { + protocol: "https", + hostname: "uploads.mangadex.org", + }, + { + protocol: "https", + hostname: "cros.shashstorm.in", + }, + { + protocol: "https", + hostname: "image-proxy-manga.vercel.app", + }, ], }, logging: { |