diff --git a/vercel.json b/vercel.json index b971a8f..1b32bb1 100644 --- a/vercel.json +++ b/vercel.json @@ -1,5 +1,9 @@ { "outputDirectory": "dist", "installCommand": "npm install", - "buildCommand": "npm run build" + "buildCommand": "npm run build", + "routes": [ + { "handle": "filesystem" }, + { "src": "/(.*)", "status": 404, "dest": "/404" } + ] } \ No newline at end of file