vutran / tran.vu

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tran.vu

Uses Netlify's redirects as a URL shortening service.

Adding a new short URL

Add to the public/_redirects file:

# redirects "tran.vu/foo" -> foo.com
/foo			https://foo.com/

Optional: Use emojis

Encode the emoji and add that to public/_redirects

window.encodeURI("🚗");
// -> "%F0%9F%9A%97"

About

License:MIT License


Languages

Language:HTML 100.0%