Merge pull request #4997 from dunklesToast/patch-1

feat: update vercel server header
main
Elbert Alias 3 years ago committed by GitHub
commit 9c38598b4c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -198,7 +198,7 @@
22 22
], ],
"headers": { "headers": {
"server": "^now$", "server": "^now|Vercel$",
"x-now-trace": "", "x-now-trace": "",
"x-vercel-cache": "", "x-vercel-cache": "",
"x-vercel-id": "" "x-vercel-id": ""
@ -649,4 +649,4 @@
}, },
"website": "http://vibecommerce.com.br" "website": "http://vibecommerce.com.br"
} }
} }