Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ceadoor/url-shortener
Simple URL Shortener using Netlify Redirects
https://github.com/ceadoor/url-shortener
Last synced: 3 months ago
JSON representation
Simple URL Shortener using Netlify Redirects
- Host: GitHub
- URL: https://github.com/ceadoor/url-shortener
- Owner: ceadoor
- Created: 2019-12-14T02:05:38.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2019-12-14T04:16:40.000Z (almost 5 years ago)
- Last Synced: 2024-04-27T19:35:28.996Z (7 months ago)
- Homepage: https://url.tracecea.co/redirects
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# url-shortener
Simple URL Shortener using Netlify Redirectshttps://url.tracecea.co/redirects
### Adding Entry
Update `_redirects` file with
```
/PATH DESTINATION
```### Shortened Site
Example
```
https://url.tracecea.co/github
```
will redirect to
```
https://github.com/ceadoor
```