sadeira redirect

A simple short-link redirector by sadeira.
Append a short code to the URL to be redirected.

How it works

redirect.sadeira.com/gh โ†’ GitHub
redirect.sadeira.com/your-link โ†’ anywhere

Add a new redirect

Create a file in content/ in the repo. For example, to add /demo:

content/demo.md
---
redirect_url: https://example.com
layout: redirect
---

Push to main and it auto-deploys. That's it!