fix(redirects): use HTTP 302

https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/302
don't update search engine
This commit is contained in:
curben 2019-06-12 19:01:14 +09:30
parent 08de6cf3c2
commit 79189e0788
1 changed files with 1 additions and 1 deletions

View File

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