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 #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": "/(.*)",