turkmen-expo/vercel.json

23 lines
334 B
JSON
Raw Permalink Normal View History

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