fix: append slash to redirect

This commit is contained in:
curben 2019-06-21 13:53:12 +09:30
parent a889de9398
commit 9681db0fe6
1 changed files with 1 additions and 1 deletions

View File

@ -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