diff options
| author | real-zephex <[email protected]> | 2024-04-18 21:43:02 +0530 |
|---|---|---|
| committer | real-zephex <[email protected]> | 2024-04-18 21:43:02 +0530 |
| commit | ec888b9bec997456368d03579e569929f3745307 (patch) | |
| tree | 0932acf009654212c4fe4663858482cd22ab7bd8 /src/app/kdrama/components/popular.jsx | |
| parent | minor fixes (diff) | |
| download | dramalama-ec888b9bec997456368d03579e569929f3745307.tar.xz dramalama-ec888b9bec997456368d03579e569929f3745307.zip | |
feature added: tracker for mangas
Diffstat (limited to 'src/app/kdrama/components/popular.jsx')
| -rw-r--r-- | src/app/kdrama/components/popular.jsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app/kdrama/components/popular.jsx b/src/app/kdrama/components/popular.jsx index 639ed9f..4f9a1d2 100644 --- a/src/app/kdrama/components/popular.jsx +++ b/src/app/kdrama/components/popular.jsx @@ -37,7 +37,7 @@ export default async function PopularDramas() { async function getPopular() { const res = await fetch("https://dramacool-scraper.vercel.app/popular", { - next: { revalidate: 86400 }, + next: { revalidate: 33200 }, }); const data = await res.json(); return data; |