my website at ewancroft.uk
6
fork

Configure Feed

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

fix(vercel): correct functions path pattern

Change 'api/og/**/*.ts' to 'src/routes/api/og/**/*.ts' to match SvelteKit structure

+1 -1
+1 -1
vercel.json
··· 24 24 } 25 25 ], 26 26 "functions": { 27 - "api/og/**/*.ts": { 27 + "src/routes/api/og/**/*.ts": { 28 28 "maxDuration": 10 29 29 } 30 30 },