Files
spacesopsandCursor ec2ca47647 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>
2026-06-23 12:09:46 -04:00

18 lines
335 B
JSON

{
"headers": [
{
"source": "/apk/(.*\\.apk)",
"headers": [
{
"key": "Content-Type",
"value": "application/vnd.android.package-archive"
},
{
"key": "Content-Disposition",
"value": "attachment; filename=\"spaceswallet.apk\""
}
]
}
]
}