mirror of https://gitlab.com/curben/blog
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:
parent
08de6cf3c2
commit
79189e0788
|
@ -1,2 +1,2 @@
|
|||
# Temporarily set the homepage to /blog
|
||||
/ /blog/ 301
|
||||
/ /blog/ 302
|
||||
|
|
Loading…
Reference in New Issue