my website at ewancroft.uk
6
fork

Configure Feed

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

vercel: add redirects

+10
+10
vercel.json
··· 53 53 "source": "/.well-known/webfinger", 54 54 "destination": "https://ap.ewancroft.uk/.well-known/webfinger", 55 55 "permanent": false 56 + }, 57 + { 58 + "source": "/.well-known/nodeinfo", 59 + "destination": "https://ap.ewancroft.uk/.well-known/nodeinfo", 60 + "permanent": false 61 + }, 62 + { 63 + "source": "/.well-known/host-meta", 64 + "destination": "https://ap.ewancroft.uk/.well-known/host-meta", 65 + "permanent": false 56 66 } 57 67 ] 58 68 }