Matou-Garou / vercel.json
Jofthomas's picture
bulk
ce8b18b
{
"framework": "vite",
"rewrites": [
{
"source": "/ai-town/:match*",
"destination": "/:match*"
}
]
}