chatbot-template/vercel.json

10 lines
138 B
JSON

{
"framework": "nextjs",
"redirects": [
{
"source": "/",
"destination": "/demo",
"permanent": false
}
]
}