diff options
Diffstat (limited to 'static/js')
| -rw-r--r-- | static/js/redirect.js | 8 | ||||
| -rw-r--r-- | static/js/releases.js | 2 |
2 files changed, 9 insertions, 1 deletions
diff --git a/static/js/redirect.js b/static/js/redirect.js index 6f6102c7..3e43d8d7 100644 --- a/static/js/redirect.js +++ b/static/js/redirect.js @@ -33,6 +33,14 @@ const redirects = new Map([ ["/releases#taimen-beta", "/faq#legacy-devices"], ["/releases#walleye-stable", "/faq#legacy-devices"], ["/releases#walleye-beta", "/faq#legacy-devices"], + ["/releases#bonito-stable", "/faq#legacy-devices"], + ["/releases#bonito-beta", "/faq#legacy-devices"], + ["/releases#sargo-stable", "/faq#legacy-devices"], + ["/releases#sargo-beta", "/faq#legacy-devices"], + ["/releases#crosshatch-stable", "/faq#legacy-devices"], + ["/releases#crosshatch-beta", "/faq#legacy-devices"], + ["/releases#blueline-stable", "/faq#legacy-devices"], + ["/releases#blueline-beta", "/faq#legacy-devices"], // legacy servers ["/articles/grapheneos-servers#apps.grapheneos.org", "/articles/grapheneos-servers#releases.grapheneos.org"], diff --git a/static/js/releases.js b/static/js/releases.js index f12ba5db..19470b12 100644 --- a/static/js/releases.js +++ b/static/js/releases.js @@ -2,7 +2,7 @@ const baseUrl = "https://releases.grapheneos.org/"; const versionBaseUrl = "https://github.com/GrapheneOS/platform_manifest/releases/tag/"; -const devices = ["cheetah", "panther", "bluejay", "raven", "oriole", "barbet", "redfin", "bramble", "sunfish", "coral", "flame", "bonito", "sargo", "crosshatch", "blueline"]; +const devices = ["cheetah", "panther", "bluejay", "raven", "oriole", "barbet", "redfin", "bramble", "sunfish", "coral", "flame"]; const channels = ["stable", "beta"]; const delayMs = 1000 * 60 * 5; |
