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:
+17
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"headers": [
|
||||
{
|
||||
"source": "/apk/(.*\\.apk)",
|
||||
"headers": [
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/vnd.android.package-archive"
|
||||
},
|
||||
{
|
||||
"key": "Content-Disposition",
|
||||
"value": "attachment; filename=\"spaceswallet.apk\""
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user