HOW TO: Use your own user @ domain for Mastodon discoverability with the WebFinger Protocol without hosting a server https://www.hanselman.com/blog/use-your-own-user-domain-for-mastodon-discoverability-with-the-webfinger-protocol-without-hosting-a-server
@shanselman Super helpful. Thanks! If anyone is following and uses Vercel for a simple static site the steps are super similar to Scott's blog:
1. Copy your webfinger from https://hachyderm.io/.well-known/webfi[email protected] (replace your username)
2. Add that static file to your site
3. Add a headers section to your vercel.json file to ensure the right content-type.
And that's it.