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