chatbot-template/vercel.json
jeremyphilemon 198e0999ce add redirect
2026-02-23 07:46:59 -08:00

10 lines
138 B
JSON

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