mirror of
https://github.com/prdlk/website.git
synced 2026-08-02 09:21:41 +00:00
9 lines
277 B
JSON
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 }]
|
|
}
|