mirror of https://gitlab.com/curben/blog
Merge branch 'blog-redir' into 'master'
fix(seo): redirect post link to /blog/ See merge request curben/blog!22
This commit is contained in:
commit
52a3c29295
|
@ -1,2 +1,4 @@
|
||||||
# Temporarily set the homepage to /blog
|
# Temporarily set the homepage to /blog
|
||||||
/ /blog/ 302
|
/ /blog/ 302
|
||||||
|
# Redirect post to /blog/
|
||||||
|
/:year/:month/:date/:slug /blog/:year/:month/:date/:slug/ 301
|
Loading…
Reference in New Issue