feat: render current spec on index page instead of redirecting

- Update index.astro to fetch and render the current spec version
  directly rather than redirecting to /spec/{version}
- Move .spec-content styles from [version].astro to global.css
  to share styles between index and version pages
- Rebuild site with new index page
This commit is contained in:
Claude
2026-01-12 20:12:27 +00:00
committed by Jim Myhrberg
parent 58f310bb8c
commit 868e67ad4b
12 changed files with 490 additions and 106 deletions

File diff suppressed because one or more lines are too long