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 e1f50db..e515f21 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -27,6 +27,10 @@ const nextConfig = { protocol: "https", hostname: "uploads.mangadex.org", }, + { + protocol: "https", + hostname: "sup-proxy.zephex0-f6c.workers.dev", + }, ], }, logging: { |