abtmtr-v4/vercel.json
2023-11-23 11:56:39 -06:00

9 lines
122 B
JSON

{
"trailingSlash": true,
"rewrites": [
{
"source": "/:match*",
"destination": "/:match*/"
}
]
}