Commit Graph

4 Commits (master)

Author SHA1 Message Date
Aigars Silkalns bebfccfd92 Fixed sidebar navigation on second scroll 2025-07-10 15:20:22 +03:00
Aigars Silkalns 01aefe5ac0 Release 4.0.0-rc4: Updated dependencies and refined mobile image fix
- 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>
2025-07-10 12:11:37 +03:00
Aigars Silkalns 674f5fef85 Dist folder updated to rc3 2025-06-30 15:13:11 +03:00
Aigars Silkalns 215107782c Include dist/ folder in repository for v4.0.0-rc3
- 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
2025-06-24 08:16:49 +03:00