ipfs.fyi is a short link service that uses the _redirects
file to configure redirections.
It allows creating shortlinks with the ipfs.fyi
domain
To redirect from ipfs.fyi/blog
➡️ https://blog.ipfs.tech
with an HTTP 301
code, add the following line to _redirects
:
/blog https://blog.ipfs.tech 301
Currently deployed to Netlify