Matou-Garou / vercel.json
Joffrey THOMAS
bulk
ce8b18b
Raw
History Blame Contribute Delete
127 Bytes
{
"framework": "vite",
"rewrites": [
{
"source": "/ai-town/:match*",
"destination": "/:match*"
}
]
}