bouquet/vercel.json

9 lines
75 B
JSON
Raw Normal View History

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