diff options
| author | Orazio <22700499+orazioedoardo@users.noreply.github.com> | 2024-01-31 15:30:59 +0100 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2024-01-31 14:34:50 -0500 |
| commit | 8ba2118a2a1f773ca2a1aa81877fd9ea705494ef (patch) | |
| tree | 084697a3af9a8f19c54dfc39d955d92a68610bf9 /static | |
| parent | ba31ca30efae0ff60873e6926271c48313652b2e (diff) | |
fix redirect to eSIM support
Diffstat (limited to 'static')
| -rw-r--r-- | static/js/redirect.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/static/js/redirect.js b/static/js/redirect.js index 7dd4bf81..d1818ec0 100644 --- a/static/js/redirect.js +++ b/static/js/redirect.js @@ -16,6 +16,7 @@ const redirects = new Map([ ["/#upstream", "/faq#upstream"], ["/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-installation", "/usage#sandboxed-google-play-installation"], ["/usage#sandboxed-play-services-limitations", "/usage#sandboxed-google-play-limitations"], |
