aboutsummaryrefslogtreecommitdiff
path: root/src/app/anime/top-airing/page.jsx
diff options
context:
space:
mode:
authorreal-zephex <[email protected]>2024-04-26 23:52:18 +0530
committerreal-zephex <[email protected]>2024-04-26 23:52:18 +0530
commit1da0ad8fa76b9d66e30c7e784e2dcaac061d9bb0 (patch)
treef5068e60287800cfabf44bb71116a794d1759037 /src/app/anime/top-airing/page.jsx
parentUI tweaks for the manga page (diff)
downloaddramalama-1da0ad8fa76b9d66e30c7e784e2dcaac061d9bb0.tar.xz
dramalama-1da0ad8fa76b9d66e30c7e784e2dcaac061d9bb0.zip
minor ui fix
Diffstat (limited to 'src/app/anime/top-airing/page.jsx')
-rw-r--r--src/app/anime/top-airing/page.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app/anime/top-airing/page.jsx b/src/app/anime/top-airing/page.jsx
index 40a742c..e406860 100644
--- a/src/app/anime/top-airing/page.jsx
+++ b/src/app/anime/top-airing/page.jsx
@@ -41,7 +41,7 @@ export default async function Trending() {
async function test() {
const res = await fetch(
"https://consumet-jade.vercel.app/anime/gogoanime/top-airing",
- { next: { revalidate: 86400 } }
+ { next: { revalidate: 21600 } }
);
const data = res.json();
return data;