diff --git a/vercel.dr.json b/vercel.dr.json index ac6da57f..3bf39297 100644 --- a/vercel.dr.json +++ b/vercel.dr.json @@ -1,5 +1,10 @@ { - "cleanUrls": true, "outputDirectory": "dist", - "buildCommand": "echo ✅ Skipping build to use existing built files" -} + "buildCommand": "echo ✅ Skipping build to use existing built files", + "rewrites": [ + { + "source": "/(.*)", + "destination": "/index.html" + } + ] +} \ No newline at end of file