diff options
| author | real-zephex <[email protected]> | 2024-04-07 19:30:25 +0530 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-04-07 19:30:25 +0530 |
| commit | 1cca92c67651972e6671bfbd7fee325cccd64690 (patch) | |
| tree | 2c569fcd87048af5d3b2fd23a89b28c50565a109 /next.config.mjs | |
| parent | Merge pull request #3 from real-zephex/kdrama-section-rewrite (diff) | |
| parent | idek (diff) | |
| download | dramalama-1cca92c67651972e6671bfbd7fee325cccd64690.tar.xz dramalama-1cca92c67651972e6671bfbd7fee325cccd64690.zip | |
Merge pull request #4 from real-zephex/cloudflare-fix
Cloudflare fix
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: { |