zachleat@zachleat.com’s Mastodon Archive

♻️ Reblog of Phil Hawksworth (philhawksworth@indieweb.social)

Inspired by @philnash — here's how to alias your #mastodon account to your own domain with just a #Netlify redirect rule.

hawksworx.com/blog/alias-your-

tl;dr:

```toml
[[redirects]]
from = "/.well-known/webfinger"
to = "https://INSTANCE/.well-known/webfinger?resource=acct:HANDLE@INSTANCE"
status = 200

```