espace-paie-odentas/vercel.json
2025-10-12 17:05:46 +02:00

37 lines
No EOL
569 B
JSON

{
"functions": {
"app/api/**/*.ts": {
"maxDuration": 30
}
},
"headers": [
{
"source": "/(.*)",
"headers": [
{
"key": "x-demo-mode",
"value": "true"
}
],
"has": [
{
"type": "host",
"value": "demo.odentas.fr"
}
]
}
],
"redirects": [
{
"source": "/",
"destination": "/contrats",
"permanent": false,
"has": [
{
"type": "host",
"value": "demo.odentas.fr"
}
]
}
]
}