Browse Source

Merge pull request #961 from binaryoverload/dev

Add vercel config to properly support non-hash router
pull/969/head
William Oldham 1 year ago committed by GitHub
parent
commit
95a75f81b1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 3
      vercel.json

3
vercel.json

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