From 45d81b6609764a8de2815c69e3f9a161bb06c1c9 Mon Sep 17 00:00:00 2001 From: sabraman Date: Sun, 5 Apr 2026 03:13:49 +0300 Subject: [PATCH] Fix marketing download fallback links --- apps/marketing/src/pages/download.astro | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/apps/marketing/src/pages/download.astro b/apps/marketing/src/pages/download.astro index 0cf31a82e4..54454d4026 100644 --- a/apps/marketing/src/pages/download.astro +++ b/apps/marketing/src/pages/download.astro @@ -1,5 +1,6 @@ --- import Layout from "../layouts/Layout.astro"; +import { RELEASES_URL } from "../lib/releases"; --- @@ -17,11 +18,11 @@ import Layout from "../layouts/Layout.astro";

macOS

- + Apple Silicon (arm64) .dmg - + Intel (x64) .dmg @@ -35,7 +36,7 @@ import Layout from "../layouts/Layout.astro";

Windows

- + Windows 10, 11 .exe @@ -49,7 +50,7 @@ import Layout from "../layouts/Layout.astro";

Linux