slidestr/vercel.json

9 lines
75 B
JSON
Raw Normal View History

2023-07-15 21:23:22 +00:00
{
"routes": [
{
"src": "/[^.]+",
"dest": "/"
}
]
}