aboutsummaryrefslogtreecommitdiff
path: root/next.config.mjs
diff options
context:
space:
mode:
authorreal-zephex <[email protected]>2024-03-21 10:08:56 +0530
committerreal-zephex <[email protected]>2024-03-21 10:08:56 +0530
commit7932b71d55f621ad5cfa4a96d637ce90f366a10c (patch)
treea51f8e490e09a45cb8064812c0693536692542c7 /next.config.mjs
parentUpdate README.md (diff)
downloaddramalama-7932b71d55f621ad5cfa4a96d637ce90f366a10c.tar.xz
dramalama-7932b71d55f621ad5cfa4a96d637ce90f366a10c.zip
fixes: anime section is fully server rendered, added a loading screen for info and video page, minor css optimizations
Diffstat (limited to 'next.config.mjs')
-rw-r--r--next.config.mjs9
1 files changed, 9 insertions, 0 deletions
diff --git a/next.config.mjs b/next.config.mjs
index 175f46f..1ac477c 100644
--- a/next.config.mjs
+++ b/next.config.mjs
@@ -15,8 +15,17 @@ const nextConfig = {
protocol: "https",
hostname: "gogocdn.net",
},
+ {
+ protocol: "https",
+ hostname: "asianimg.pro",
+ },
],
},
+ logging: {
+ fetches: {
+ fullUrl: true,
+ },
+ },
};
export default nextConfig;