diff --git a/vercel.json b/vercel.json index 0d199b2..eb7d472 100644 --- a/vercel.json +++ b/vercel.json @@ -1,5 +1,5 @@ { - "rewrites": [ - { "source": "/(.*)", "destination": "/index.html" } - ] + "framework": "vite", + "buildCommand": "bun run build", + "outputDirectory": "dist" }