fix redirect to eSIM support

This commit is contained in:
Orazio 2024-01-31 15:30:59 +01:00 committed by Daniel Micay
parent ba31ca30ef
commit 8ba2118a2a
2 changed files with 1 additions and 4 deletions

View File

@ -271,10 +271,6 @@ http {
return 301 /faq#default-connections; return 301 /faq#default-connections;
} }
location = /usage#sandboxed-google-play-esim {
return 301 /usage#esim-support;
}
# redirect away from the old SVG favicon location # redirect away from the old SVG favicon location
location = /mask-icon.svg { location = /mask-icon.svg {
return 301 /favicon.svg; return 301 /favicon.svg;

View File

@ -16,6 +16,7 @@ const redirects = new Map([
["/#upstream", "/faq#upstream"], ["/#upstream", "/faq#upstream"],
["/usage#default-connections", "/faq#default-connections"], ["/usage#default-connections", "/faq#default-connections"],
["/usage#sandboxed-google-play-esim", "/usage#esim-support"],
["/usage#sandboxed-play-services", "/usage#sandboxed-google-play"], ["/usage#sandboxed-play-services", "/usage#sandboxed-google-play"],
["/usage#sandboxed-play-services-installation", "/usage#sandboxed-google-play-installation"], ["/usage#sandboxed-play-services-installation", "/usage#sandboxed-google-play-installation"],
["/usage#sandboxed-play-services-limitations", "/usage#sandboxed-google-play-limitations"], ["/usage#sandboxed-play-services-limitations", "/usage#sandboxed-google-play-limitations"],