my website at ewancroft.uk
6
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix(vercel): remove functions config incompatible with SvelteKit

Remove functions.maxDuration - default 10s timeout sufficient with optimizations

-5
-5
vercel.json
··· 23 23 "destination": "/static/sitemap.xml" 24 24 } 25 25 ], 26 - "functions": { 27 - "src/routes/api/og/**/*.ts": { 28 - "maxDuration": 10 29 - } 30 - }, 31 26 "crons": [ 32 27 { 33 28 "path": "/api/cron/warmup",