Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

# url-shortener
Simple URL Shortener using Netlify Redirects

https://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
```