mirror of https://gitlab.com/curben/blog
fix: append slash to redirect
This commit is contained in:
parent
a889de9398
commit
9681db0fe6
|
@ -1,4 +1,4 @@
|
|||
# Temporarily set the homepage to /blog
|
||||
/ /blog/ 302
|
||||
# Redirect post to /blog/
|
||||
/:year/:month/:date/:slug /blog/:year/:month/:date/:slug 301
|
||||
/:year/:month/:date/:slug /blog/:year/:month/:date/:slug/ 301
|
Loading…
Reference in New Issue