Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maxonary/caliring-link-forwarding
https://github.com/maxonary/caliring-link-forwarding
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/maxonary/caliring-link-forwarding
- Owner: maxonary
- Created: 2023-10-19T12:35:45.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-20T09:53:46.000Z (over 1 year ago)
- Last Synced: 2024-02-25T14:27:38.423Z (12 months ago)
- Language: HTML
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# caliring-link-forwarding
Simple url forwarding application hosted with firebaseThe 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.