diff --git a/apps/www/src/app/(app)/(marketing)/page.tsx b/apps/www/src/app/(app)/(marketing)/page.tsx index 9056706..d4ffb95 100644 --- a/apps/www/src/app/(app)/(marketing)/page.tsx +++ b/apps/www/src/app/(app)/(marketing)/page.tsx @@ -96,7 +96,8 @@ async function getRepoStars() { "https://api.github.com/repos/alifarooq9/rapidlaunch", { next: { - revalidate: 86400, + // run every 15 minutes + revalidate: 900, }, }, );