From 1da0ad8fa76b9d66e30c7e784e2dcaac061d9bb0 Mon Sep 17 00:00:00 2001 From: real-zephex Date: Fri, 26 Apr 2024 23:52:18 +0530 Subject: minor ui fix --- src/app/anime/top-airing/page.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/app/anime/top-airing/page.jsx') 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; -- cgit v1.2.3