From 32521140ff4029b9fe779ae742e7772f1ec25e19 Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Sun, 24 Jul 2022 20:53:21 +0200 Subject: [PATCH] added mailing list link --- InGameNews.md | 2 +- web/.htaccess | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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]