bouquet/vercel.json

9 lines
75 B
JSON
Raw Normal View History

2024-04-09 11:57:31 +00:00
{
"routes": [
{
"src": "/[^.]+",
"dest": "/"
}
]
}