- Set base path to '/cg-ai' in astro.config.mjs
- Update favicon to use metagov.png with dynamic base path
- Add deployment documentation for subdirectory configuration
- Rebuild dist with correct asset paths
CSS and other assets will now load correctly when deployed
to example.com/cg-ai/
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
Astro treats src/content/ as a content collection directory, which
caused a build error. Moved zine.md to src/data/ and updated
references in index.astro and README.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
Built with Astro featuring:
- Markdown-based content with automatic section splitting
- Interactive TOC sidebar with stack-style navigation
- ASCII background patterns unique to each section
- Scroll-based animations and highlighting
- Mobile-responsive with hamburger menu
- Black-and-white zine aesthetic
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>