To create a shortlink create a pull request, editing the slugs.json file.
Slugs should be in alphabetical order and have a description and URL to forward to.
Short URLs are case insensitive, but should be stored in all lowercase.
e.g.
| Name | Name | Last commit date | ||
|---|---|---|---|---|
To create a shortlink create a pull request, editing the slugs.json file.
Slugs should be in alphabetical order and have a description and URL to forward to.
Short URLs are case insensitive, but should be stored in all lowercase.
e.g.
{ /// ... "the-slug-is-the-bit-after-notacu.lt": { "description": "Describe where this link goes", "url": "https://the-original-long-url" }, // ... }