{ "$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 }] }