1
0
Fork 0
mirror of https://github.com/sussy-code/smov.git synced 2024-12-20 14:37:43 +01:00

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 }]
}