Intended-AI/.vercel/output/config.json

27 lines
385 B
JSON

{
"version": 3,
"routes": [
{
"src": "/_app/immutable/.+",
"headers": {
"cache-control": "public, immutable, max-age=31536000"
}
},
{
"handle": "filesystem"
},
{
"src": "^/?(?:/__data.json)?$",
"dest": "/fn-0"
},
{
"src": "^/api/chat/?(?:/__data.json)?$",
"dest": "/fn-1"
},
{
"src": "/.*",
"dest": "/fn"
}
],
"overrides": {}
}