Merge pull request #1021 from Honkertonken/fix-vercel

Fix mixed-routing-properties error
This commit is contained in:
William Oldham 2024-03-16 08:35:22 +00:00 committed by GitHub
commit f1a8ff4bf8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,5 +1,10 @@
{
"routes": [{ "src": "/[^.]+", "dest": "/", "status": 200 }],
"rewrites": [
{
"source": "/(.*)",
"destination": "/"
}
],
"headers": [
{
"source": "/(.*)",