Major Updates
This release focuses on three key areas: code refactoring, performance optimization, and internationalization support.
🍿 Full Project Refactor
Systematic code refactoring across the entire project, improving project structure and code organization. The refactoring covers component architecture, styling system, and build process.
🛠️ Fix Error 1102 — Worker Resource Limits
Resolved the Error 1102: Worker exceeded resource limits issue when deploying to Cloudflare Workers. Optimized build output, reduced unnecessary dependencies, and adjusted bundling strategy to ensure stable operation within Cloudflare’s free tier.
🌐 About Page i18n Support
Added complete bilingual support for the About page:
- English (
/about) — Default language - Chinese (
/zh/about) — Chinese language version
Built on Astro’s i18n routing architecture with automatic fallback to English for untranslated pages.
📱 Mobile Screen Optimization
Improved responsive design and user experience on mobile devices:
- Optimized header styling with sticky positioning
- Enhanced site title responsiveness on smaller screens
- Adjusted font sizes for better readability on mobile
- Improved touch interactions and layout scaling
Thank you for your continued support! If you have any ideas or run into any issues, feel free to drop us a message. Together, we’re making Pet Pet Generator even better!