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 diff --git a/vercel.json b/vercel.json deleted file mode 100644 index e4a9210e..00000000 --- a/vercel.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "routes": [ - { "handle": "filesystem" }, - { - "src": "/(.*)", - "dest": "/index.html" - } - ] -} \ No newline at end of file