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>
18 lines
335 B
JSON
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\""
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|