Fix Android APK downloads and polish the beta landing page.

Serve APK files with correct MIME headers, prevent download buttons from stretching with screenshots, and update hero badge and copy.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-06-23 12:09:46 -04:00
co-authored by Cursor
parent 86a0c533cd
commit ec2ca47647
4 changed files with 43 additions and 6 deletions
+7
View File
@@ -0,0 +1,7 @@
/apk/*
Content-Type: application/vnd.android.package-archive
Content-Disposition: attachment; filename="spaceswallet.apk"
/apk/*.apk
Content-Type: application/vnd.android.package-archive
Content-Disposition: attachment; filename="spaceswallet.apk"