fix redirect to eSIM support
This commit is contained in:
parent
ba31ca30ef
commit
8ba2118a2a
@ -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;
|
||||||
|
@ -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"],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user