Redirecting
There are two types of redirects required by Hatsu:
-
Well Known files, redirecting them to make your username searchable.
- before:
https://example.com/.well-known/webfinger?resource=acct:carol@example.com
- after:
https://hatsu.local/.well-known/webfinger?resource=acct:carol@example.com
- before:
-
Requests accept of type
application/activity+json
, redirecting them to make your page searchable.- before:
https://example.com/foo/bar
- after:
https://hatsu.local/posts/https://example.com/foo/bar
- before:
There are many ways to redirect them and you can pick one you like:
with Static files and Markup
This should apply to most hosting services and SSG.
with Redirects file
Works with Netlify and Cloudflare Pages.
with Platform-Specific Configuration
Works with Netlify and Vercel.
with Aoba (Lume & Hono)
SSG plugin for Lume and Server Middleware for Deno Deploy and Netlify.