chatbot-template/vercel.json

21 lines
541 B
JSON
Raw Normal View History

{
2026-02-23 07:46:59 -08:00
"framework": "nextjs",
"rewrites": [
{
"source": "/149e9513-01fa-4fb0-aad4-566afd725d1b/2d206a39-8ed7-437e-a3be-862e0f06eea3/a-4-a/c.js",
"destination": "https://api.vercel.com/bot-protection/v1/challenge"
},
{
"source": "/149e9513-01fa-4fb0-aad4-566afd725d1b/2d206a39-8ed7-437e-a3be-862e0f06eea3/:path*",
"destination": "https://api.vercel.com/bot-protection/v1/proxy/:path*"
}
],
2026-02-23 07:46:59 -08:00
"redirects": [
{
"source": "/",
"destination": "/demo",
"permanent": false
}
]
}