mirror of https://gitlab.com/curben/blog
fix: path-level rewrite
gitlab pages does not support domain-level rewrite https://docs.gitlab.com/ee/user/project/pages/redirects.html#debug-redirect-rules
This commit is contained in:
parent
400cceb783
commit
e6c9bc5597
|
@ -1,11 +1,11 @@
|
||||||
/microblog/* https://mdleom.com/microblog/:splat 200
|
/microblog/* https://mdleom.com/microblog/:splat 200
|
||||||
# Fallback for non-cf-worker-routed mirrors
|
# Fallback for non-cf-worker-routed mirrors
|
||||||
/images/320/* https://curben.gitlab.io/:splat 200
|
/images/320/* /:splat 200
|
||||||
/images/468/* https://curben.gitlab.io/:splat 200
|
/images/468/* /:splat 200
|
||||||
/images/768/* https://curben.gitlab.io/:splat 200
|
/images/768/* /:splat 200
|
||||||
/images/* https://curben.gitlab.io/:splat 200
|
/images/* /:splat 200
|
||||||
/img/* https://curben.gitlab.io/:splat 200
|
/img/* /:splat 200
|
||||||
/files/* https://curben.gitlab.io/:splat 200
|
/files/* /:splat 200
|
||||||
# https://statically.discourse.group/t/mobile-version-not-working-on-screenshot/225
|
# https://statically.discourse.group/t/mobile-version-not-working-on-screenshot/225
|
||||||
# /screenshot/* https://cdn.statically.io/screenshot/device=mobile/curben.netlify.app/:splat 200
|
# /screenshot/* https://cdn.statically.io/screenshot/device=mobile/curben.netlify.app/:splat 200
|
||||||
/screenshot/* https://cdn.statically.io/screenshot/curben.netlify.app/:splat 200
|
/screenshot/* https://cdn.statically.io/screenshot/curben.netlify.app/:splat 200
|
||||||
|
|
Loading…
Reference in New Issue