diff --git a/apps/scandic-web/netlify/functions/sitemap.mts b/apps/scandic-web/netlify/functions/sitemap.mts index 7c1abe760..01fa13e56 100644 --- a/apps/scandic-web/netlify/functions/sitemap.mts +++ b/apps/scandic-web/netlify/functions/sitemap.mts @@ -24,5 +24,5 @@ export default async (request: Request, _context: Context) => { } export const config: Config = { - schedule: "@daily", + schedule: "0 2/12 * * *", // every 12 hours, start at 02.00 }