Create vercel.json

This commit is contained in:
William Oldham 2024-03-01 17:17:09 +00:00 committed by GitHub
parent 9658c61cd0
commit 818e159586
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

3
vercel.json Normal file
View File

@ -0,0 +1,3 @@
{
"routes": [{ "src": "/[^.]+", "dest": "/", "status": 200 }]
}