| name | preflight |
| description | Pre-deploy checklist. Run before pushing to production. |
Verify each item. Report pass/fail for each:
pnpm build succeeds without errors
pnpm typecheck passes
pnpm lint passes
- Every page has: title, meta description, canonical URL, OG tags
- No
<img> tags — all images use <Image> or <Picture>
- 404.astro and 500.astro exist and render correctly
- Heading hierarchy is correct (h1→h2→h3, no skips) on every page
- Skip-link is the first focusable element
- No
console.log or debug output in production code
.env.example is up to date with all required variables
- sitemap-index.xml is generated and contains all public pages
- RSS feed validates (if blog collection has posts)
- All links are relative or use
Astro.site — no hardcoded domains
robots.txt references the correct sitemap URL