Delete vercel.json
We're not hosting on Vercel anymore!
This commit is contained in:
parent
50e04385e3
commit
aa150f4d4e
1 changed files with 0 additions and 16 deletions
16
vercel.json
16
vercel.json
|
@ -1,16 +0,0 @@
|
||||||
{
|
|
||||||
"routes": [
|
|
||||||
{
|
|
||||||
"handle": "filesystem"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"src": "/static/js/[^.]*\\.[^.]*\\.chunk.js",
|
|
||||||
"status": 404
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"functions": {
|
|
||||||
"api/assetImage.js": {
|
|
||||||
"excludeFiles": "node_modules/playwright/**"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
Reference in a new issue