Skip to content

ipfs/ipfs.fyi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📇 ipfs.fyi shortlinks

ipfs.fyi logo

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