diff options
| author | s-ol <s-ol@users.noreply.github.com> | 2020-04-22 12:21:50 +0000 |
|---|---|---|
| committer | s-ol <s-ol@users.noreply.github.com> | 2020-04-22 12:21:50 +0000 |
| commit | 94fce01c7ad7e74ee6edc1ebfad4d5f078c03b89 (patch) | |
| tree | 4809e59f4ef984a0dfd9ae4698db0c50ec809ccb | |
| parent | retire ba.s-ol.nu (diff) | |
| download | redirectly-94fce01c7ad7e74ee6edc1ebfad4d5f078c03b89.tar.gz redirectly-94fce01c7ad7e74ee6edc1ebfad4d5f078c03b89.zip | |
add alive
| -rw-r--r-- | resources/config.edn | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/resources/config.edn b/resources/config.edn index b2881c4..641f07d 100644 --- a/resources/config.edn +++ b/resources/config.edn @@ -27,6 +27,9 @@ :redirectly {:to [:mmm "/blog/why_redirectly"]} "redirectly/src" {:to "https://git.s-ol.nu/redirectly/"} + :alive {:to "https://alive.s-ol.nu/stable/"} + "alive/src" {:to "https://github.com/s-ol/alive"} + ; legacy blog posts :blog {:to [:mmm "/blog"]} "blog/2015/06-27/challenging-myself" {:to [:mmm "/blog/challenging_myself"] :status 301} |
