turkmen-expo/vercel.json

23 lines
334 B
JSON

{
"headers": [
{
"source": "/.well-known/(.*)",
"headers": [
{
"key": "Cache-Control",
"value": "public, max-age=3600"
}
]
}
],
"routes": [
{
"handle": "filesystem"
},
{
"src": "/.well-known/(.*)",
"dest": "/.well-known/$1"
}
]
}