mirror of https://gitlab.com/curben/blog
fix: remove 301 post redirect
- conflict with proxy redirect
This commit is contained in:
parent
6fd9f505d5
commit
63401efe64
|
@ -1,7 +1,5 @@
|
|||
# Temporarily set the homepage to /blog
|
||||
/ /blog/ 302
|
||||
# Redirect post to /blog/
|
||||
/:year/:month/:date/:slug /blog/:year/:month/:date/:slug/ 301
|
||||
|
||||
# Reverse proxy to cdn
|
||||
/extjs/* https://cdnjs.cloudflare.com/ajax/libs/:splat 200
|
||||
|
|
Loading…
Reference in New Issue