Archived
fix: use relative static asset redirects
This commit is contained in:
+2
-5
@@ -1,6 +1,3 @@
|
||||
# Canonical SEO redirects for the static docs site.
|
||||
# Cloudflare Pages/Workers static assets should redirect duplicate host/scheme variants.
|
||||
http://pi-web.dev/* https://pi-web.dev/:splat 301
|
||||
http://www.pi-web.dev/* https://pi-web.dev/:splat 301
|
||||
https://www.pi-web.dev/* https://pi-web.dev/:splat 301
|
||||
# Canonical SEO redirects supported by Cloudflare Workers static assets.
|
||||
# Host and scheme redirects need Cloudflare Redirect Rules or custom Worker routing.
|
||||
/index.html / 301
|
||||
|
||||
Reference in New Issue
Block a user