diff --git a/app/api/crons/refresh/route.ts b/app/api/crons/refresh/route.ts index 0600c57..1021d91 100644 --- a/app/api/crons/refresh/route.ts +++ b/app/api/crons/refresh/route.ts @@ -8,6 +8,8 @@ const logger = pino({ name: "cron-refresh", }); +export const revalidate = 0; + const RAW_QUERY = sql<{ domain: string; }>`