abtmtr-v4/vercel.json

10 lines
122 B
JSON
Raw Normal View History

2023-11-23 17:49:53 +00:00
{
2023-11-23 17:56:39 +00:00
"trailingSlash": true,
"rewrites": [
{
"source": "/:match*",
"destination": "/:match*/"
}
]
2023-11-23 17:49:53 +00:00
}