diff --git a/vercel.json b/vercel.json deleted file mode 100644 index 969803f..0000000 --- a/vercel.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "routes": [ - { - "handle": "filesystem" - }, - { - "src": "/static/js/[^.]*\\.[^.]*\\.chunk.js", - "status": 404 - } - ], - "functions": { - "api/assetImage.js": { - "excludeFiles": "node_modules/playwright/**" - } - } -}