my website at ewancroft.uk
6
fork

Configure Feed

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

fix(vercel): correct redirects syntax (dest → destination)

Fix schema validation error in vercel.json redirects configuration

+1 -1
+1 -1
vercel.json
··· 20 20 "redirects": [ 21 21 { 22 22 "source": "/sitemap.xml", 23 - "dest": "/static/sitemap.xml" 23 + "destination": "/static/sitemap.xml" 24 24 } 25 25 ], 26 26 "functions": {