ipfs.fyi

IPFS shortlinks

Stars
4
Committers
5

📇 ipfs.fyi shortlinks

ipfs.fyi is a short link service that uses the _redirects file to configure redirections.

It allows creating shortlinks with the ipfs.fyi domain

Example

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

_redirects file syntax

_redirects syntax docs

Deployment details

Currently deployed to Netlify