fix: remove 301 post redirect

- conflict with proxy redirect
This commit is contained in:
curben 2019-09-03 17:08:10 +01:00
parent 6fd9f505d5
commit 63401efe64
No known key found for this signature in database
GPG Key ID: 5D9DB57A25D34EE3
1 changed files with 0 additions and 2 deletions

View File

@ -1,7 +1,5 @@
# 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
# Reverse proxy to cdn # Reverse proxy to cdn
/extjs/* https://cdnjs.cloudflare.com/ajax/libs/:splat 200 /extjs/* https://cdnjs.cloudflare.com/ajax/libs/:splat 200