Delete vercel.json

We're not hosting on Vercel anymore!
This commit is contained in:
Emi Matchu 2022-09-14 17:35:47 -07:00
parent 50e04385e3
commit aa150f4d4e

View file

@ -1,16 +0,0 @@
{
"routes": [
{
"handle": "filesystem"
},
{
"src": "/static/js/[^.]*\\.[^.]*\\.chunk.js",
"status": 404
}
],
"functions": {
"api/assetImage.js": {
"excludeFiles": "node_modules/playwright/**"
}
}
}