🔧 edit vercel.json (bun.lockb, package.json, vercel.json)

This commit is contained in:
ひでまる 2025-01-28 16:15:39 +09:00
parent 796f30a572
commit b46b61ca9d
3 changed files with 5 additions and 3 deletions

BIN
bun.lockb

Binary file not shown.

View file

@ -12,6 +12,7 @@
"@astrojs/tailwind": "^3.0.0", "@astrojs/tailwind": "^3.0.0",
"astro": "^5.1.10", "astro": "^5.1.10",
"astro-icon": "^1.1.5", "astro-icon": "^1.1.5",
"hono": "^4.6.19",
"prettier-plugin-astro": "^0.14.1" "prettier-plugin-astro": "^0.14.1"
}, },
"devDependencies": { "devDependencies": {
@ -25,6 +26,7 @@
"autoprefixer": "^10.0.1", "autoprefixer": "^10.0.1",
"eslint": "^8", "eslint": "^8",
"tailwindcss": "^3.3.0", "tailwindcss": "^3.3.0",
"typescript": "^5" "typescript": "^5",
} "vercel": "^39.3.0"
},
} }

View file

@ -1,4 +1,4 @@
{ {
"buildCommand": "bun run quick-build-with-bun", "buildCommand": "bun run quick-build-with-bun",
"routes": [{ "src": "dist/*", "status": 410 }] "rewrites": [{ "source": "/.*", "destination": "/dist", "status": 410 }]
} }