Inspired by @philnash — here's how to alias your #mastodon account to your own domain with just a #Netlify redirect rule.
https://www.hawksworx.com/blog/alias-your-mastodon-username-to-your-domain-with-one-netlify-config-setting/
tl;dr:
```toml
[[redirects]]
from = "/.well-known/webfinger"
to = "https://INSTANCE/.well-known/webfinger?resource=acct:HANDLE@INSTANCE"
status = 200
```