- astro-opengraph-images: auto-generates 1200x630 PNG for all 50 pages - Starlight Head override injects og:image via getImagePath helper - site URL enables sitemap-index.xml generation - Fix F1 Dashboard description (action cards, not satellite list)
24 lines
514 B
JSON
24 lines
514 B
JSON
{
|
|
"name": "birdcage-docs",
|
|
"type": "module",
|
|
"version": "0.0.1",
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"start": "astro dev",
|
|
"build": "astro build",
|
|
"preview": "astro preview",
|
|
"astro": "astro"
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/starlight": "^0.37.6",
|
|
"astro": "^5.17.2",
|
|
"astro-opengraph-images": "^1.14.3",
|
|
"astro-seo-meta": "^5.2.0",
|
|
"sharp": "^0.34.5"
|
|
},
|
|
"devDependencies": {
|
|
"@fontsource/inter": "^5.2.8",
|
|
"react": "^19.2.4"
|
|
}
|
|
}
|