fix(redirects): use HTTP 301

This commit is contained in:
curben 2019-06-12 19:00:02 +09:30
parent 6269abfb04
commit 08de6cf3c2
1 changed files with 1 additions and 1 deletions

View File

@ -1,2 +1,2 @@
# Temporarily set the homepage to /blog
/ /blog 307
/ /blog/ 301