added mailing list link

This commit is contained in:
Ell 2022-07-24 20:53:21 +02:00
parent 9f6fd8c04e
commit 32521140ff
2 changed files with 2 additions and 1 deletions

View file

@ -2,6 +2,6 @@
There's now a mailing list you can subscribe to using your email address to occasionally receive news, sneak peeks and update announcements for Tiny Life!
[Click to Subscribe](https://www.tinylifegame.com/#subscribe)
[Click to Subscribe](https://www.tinylifegame.com/subscribe)
We won't send too many emails, either. Pinky promise.

View file

@ -12,6 +12,7 @@ RewriteBase /
RewriteRule ^about/?$ "#about" [R=301,L,NE]
RewriteRule ^devlogs/?$ "#devlogs" [R=301,L,NE]
RewriteRule ^roadmap/?$ "#roadmap" [R=301,L,NE]
RewriteRule ^subscribe/?$ "#subscribe" [R=301,L,NE]
RewriteRule ^translate/?$ "https://docs.tinylifegame.com/articles/localization.html" [R=301,L]
RewriteRule ^raw(/.*)?$ "https://raw.githubusercontent.com/Ellpeck/TinyLifeWeb/main$1" [R=301,L]