diff --git a/bun.lockb b/bun.lockb index 7c07551..6cbac2e 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index 5a13e00..df619fa 100644 --- a/package.json +++ b/package.json @@ -12,6 +12,7 @@ "@astrojs/tailwind": "^3.0.0", "astro": "^5.1.10", "astro-icon": "^1.1.5", + "hono": "^4.6.19", "prettier-plugin-astro": "^0.14.1" }, "devDependencies": { @@ -25,6 +26,7 @@ "autoprefixer": "^10.0.1", "eslint": "^8", "tailwindcss": "^3.3.0", - "typescript": "^5" - } + "typescript": "^5", + "vercel": "^39.3.0" + }, } diff --git a/vercel.json b/vercel.json index 3ed3a8f..8126e23 100644 --- a/vercel.json +++ b/vercel.json @@ -1,4 +1,4 @@ { "buildCommand": "bun run quick-build-with-bun", - "routes": [{ "src": "dist/*", "status": 410 }] + "rewrites": [{ "source": "/.*", "destination": "/dist", "status": 410 }] }