2026-06-30 14:47:05 -04:00
|
|
|
{
|
|
|
|
|
"$schema": "https://openapi.vercel.sh/vercel.json",
|
|
|
|
|
"framework": "astro",
|
|
|
|
|
"installCommand": "bun install",
|
|
|
|
|
"buildCommand": "bun run build",
|
2026-06-30 21:40:16 -04:00
|
|
|
"outputDirectory": "dist",
|
|
|
|
|
"redirects": [{ "source": "/sitemap.xml", "destination": "/sitemap-index.xml", "permanent": true }]
|
2026-06-30 14:47:05 -04:00
|
|
|
}
|