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