diff --git a/public/index.html b/index.html
similarity index 100%
rename from public/index.html
rename to index.html
diff --git a/vercel.json b/vercel.json
index 09fe439..9fbbe05 100644
--- a/vercel.json
+++ b/vercel.json
@@ -1,11 +1,5 @@
{
"$schema": "https://openapi.vercel.sh/vercel.json",
"bunVersion": "1",
- "installCommand": "bun install",
- "rewrites": [
- { "source": "/api", "destination": "/api/index.ts" },
- { "source": "/api/(.*)", "destination": "/api/index.ts" },
- { "source": "/public/(.*)", "destination": "/public/$1" },
- { "source": "/(.*)", "destination": "/public/$1" }
- ]
+ "installCommand": "bun install"
}
\ No newline at end of file