diff --git a/vercel.json b/vercel.json index 0d1109281..39a032ef2 100644 --- a/vercel.json +++ b/vercel.json @@ -1,5 +1,9 @@ { "installCommand": "npm install && npm run bootstrap", "buildCommand": "CI='' npm run build:webapp", - "outputDirectory": "packages/webapp/build" -} + "outputDirectory": "packages/webapp/build", + "rewrites": [{ + "source": "/(.*)", + "destination": "/" + }] +} \ No newline at end of file