diff --git a/InGameNews.md b/InGameNews.md index 436adc3..61ad4c2 100644 --- a/InGameNews.md +++ b/InGameNews.md @@ -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. diff --git a/web/.htaccess b/web/.htaccess index fa2d203..768e308 100644 --- a/web/.htaccess +++ b/web/.htaccess @@ -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]