From dddeb0467996c3b8d0df184bd3d26847520b3e23 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Sun, 30 Jan 2022 01:35:28 +0300 Subject: fix(www/tvl.fyi): Anchor /blog redirects at #blog Since our blog index is on the index page, this makes slightly more sense. Change-Id: I7b8164490c133e23d892abef21275f8bfed50b66 Reviewed-on: https://cl.tvl.fyi/c/depot/+/5123 Autosubmit: tazjin Tested-by: BuildkiteCI Reviewed-by: lukegb --- ops/modules/www/tvl.fyi.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ops/modules') diff --git a/ops/modules/www/tvl.fyi.nix b/ops/modules/www/tvl.fyi.nix index 902c81b720..59ee1bc27f 100644 --- a/ops/modules/www/tvl.fyi.nix +++ b/ops/modules/www/tvl.fyi.nix @@ -35,11 +35,11 @@ } location = /blog { - return 302 /; + return 302 /#blog; } location = /blog/ { - return 302 /; + return 302 /#blog; } ''; }; -- cgit 1.4.1