fix(seo): redirect post link to /blog/

* sitemap "has less powerful signal to Googlebot"
* https://support.google.com/webmasters/answer/139066
This commit is contained in:
curben 2019-06-21 11:33:52 +09:30
parent 878b15221e
commit a889de9398
1 changed files with 2 additions and 0 deletions

View File

@ -1,2 +1,4 @@
# Temporarily set the homepage to /blog
/ /blog/ 302
# Redirect post to /blog/
/:year/:month/:date/:slug /blog/:year/:month/:date/:slug 301