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