my website at ewancroft.uk
6
fork

Configure Feed

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

feat: webfinger

+8 -1
+8 -1
vercel.json
··· 47 47 ] 48 48 } 49 49 ], 50 - "rewrites": [] 50 + "rewrites": [], 51 + "redirects": [ 52 + { 53 + "source": "/.well-known/webfinger", 54 + "destination": "https://ap.ewancroft.uk/.well-known/webfinger", 55 + "permanent": false 56 + } 57 + ] 51 58 }