diff --git a/vercel.json b/vercel.json index 08c789d..4c670d2 100644 --- a/vercel.json +++ b/vercel.json @@ -1,10 +1,5 @@ { "version": 2, - "builds": [ - { - "src": "index.html", - "use": "@vercel/static" - } - ], + "builds": [{ "src": "dist/**/*", "use": "@vercel/static" }], "routes": [{ "src": "/(.*)", "dest": "/index.html" }] }