Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/maxonary/caliring-link-forwarding


https://github.com/maxonary/caliring-link-forwarding

Last synced: 9 days ago
JSON representation

Awesome Lists containing this project

README

        

# caliring-link-forwarding
Simple url forwarding application hosted with firebase

The firebase.json contains the link the website 301 redirects. The structure is as the following:

```
"redirects": [
{
"source": "/",
"destination": "https://your-website.com",
"type": 301
}
]
```

Source means the path of the url, example "https://my-website.com/source", destination means the url you want to redirect to.