Files
website/vercel.json
T

9 lines
277 B
JSON

{
"$schema": "https://openapi.vercel.sh/vercel.json",
"framework": "astro",
"installCommand": "bun install",
"buildCommand": "bun run build",
"outputDirectory": "dist",
"redirects": [{ "source": "/sitemap.xml", "destination": "/sitemap-index.xml", "permanent": true }]
}