Merge pull request #961 from binaryoverload/dev

Add vercel config to properly support non-hash router
This commit is contained in:
William Oldham 2024-03-01 19:30:11 +00:00 committed by GitHub
commit 95a75f81b1
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 }]
}