Skip to content

Commit 1459580

Browse files
fix(site): add base to the download link
1 parent a4f9ea5 commit 1459580

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • apps/site/src/components/home_page/section_1

apps/site/src/components/home_page/section_1/index.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import Screenshots from "./screenshots.astro";
1414
class="flex justify-center mb-8 animate-in slide-in-b-2 fade-in-0 animate-duration-500 animate-delay-400 animate-fill-both"
1515
>
1616
<a
17-
href="/download"
17+
href=`${base}/downloads`
1818
class="group inline-flex items-center gap-2 rounded-full border border-gray-200 bg-white/50 px-4 py-1.5 text-sm font-medium text-gray-600 backdrop-blur-sm transition-colors hover:bg-white hover:text-gray-900 dark:border-gray-800 dark:bg-gray-950/50 dark:text-gray-400 dark:hover:bg-gray-950 dark:hover:text-white shadow-sm hover:shadow-md"
1919
>
2020
<span class="relative flex h-2 w-2">

0 commit comments

Comments
 (0)