Upgrade guides
Updating and Migrating Your Code Repository
Keeping your codebase up to date ensures compatibility with the latest features, security improvements, and performance enhancements. This guide will help you migrate and update your repository efficiently.
Available Migration Guides
1. Next.js Framework Update
Ensure your application leverages the latest Next.js features and improvements. Follow the official migration guide here:
Next.js Update Guide
2. Live Preview Support
Integrate live preview functionality for real-time content updates. Follow this guide to enable live preview:
Live Preview Integration
General Update Steps
- Backup Your Code: Before making changes, ensure you have a backup or use version control (e.g., Git).
- Follow Migration Guides: Use the links above to follow step-by-step upgrade instructions.
- Test Thoroughly: Run unit and integration tests to confirm stability after updates.
- Deploy and Monitor: After updating, deploy to a staging environment first and monitor for issues before going live.
For further assistance, feel free to reach out to the maintainers or check the project documentation.
Happy coding! π
Updated 10 days ago