- Updated 8 npm packages to latest versions including TypeScript, Astro, and linting tools
- Refined mobile image loading solution by removing JavaScript runtime fix in favor of HTML-level path generation
- All images now use relative paths generated at build time for optimal compatibility
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
- Add production build files to repository for easy access and CDN usage
- Remove dist/ from .gitignore to track built files
- Includes all 37 HTML pages, CSS/JS assets, and images
- Fresh build with latest fixes (smart paths, sidebar navigation, updated CDNs)
This allows users to:
- Access built files directly from GitHub
- Use GitHub as CDN (via jsdelivr.net/gh/...)
- Download ready-to-use files without building locally