diff options
| author | real-zephex <[email protected]> | 2024-05-27 01:06:32 +0530 |
|---|---|---|
| committer | real-zephex <[email protected]> | 2024-05-27 01:06:32 +0530 |
| commit | 7d5ea502db6e016291ad4c57c852d13747674fdc (patch) | |
| tree | d85df036273b0e4fff0d0b7111bc8d356c77cf93 /next.config.mjs | |
| parent | ⚡️ perf(kdrama, anime): cache video links, replace next/image (diff) | |
| download | dramalama-7d5ea502db6e016291ad4c57c852d13747674fdc.tar.xz dramalama-7d5ea502db6e016291ad4c57c852d13747674fdc.zip | |
🎨 refactor(ui): Update background image for info page and home page, and fix video loading issue
Diffstat (limited to 'next.config.mjs')
| -rw-r--r-- | next.config.mjs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/next.config.mjs b/next.config.mjs index 6b50381..216839b 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -42,6 +42,8 @@ const nextConfig = { hostname: "ih1.redbubble.net",
},
{ hostname: "images.hdqwalls.com" },
+ { hostname: "cdn3.iconfinder.com" },
+ { hostname: "www.iconfinder.com" },
],
},
logging: {
|