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 <tazjin@tvl.su> Tested-by: BuildkiteCI Reviewed-by: lukegb <lukegb@tvl.fyi>
This commit is contained in:
parent
be91bc97a9
commit
dddeb04679
1 changed files with 2 additions and 2 deletions
|
@ -35,11 +35,11 @@
|
|||
}
|
||||
|
||||
location = /blog {
|
||||
return 302 /;
|
||||
return 302 /#blog;
|
||||
}
|
||||
|
||||
location = /blog/ {
|
||||
return 302 /;
|
||||
return 302 /#blog;
|
||||
}
|
||||
'';
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue