Tag: astrojs
All the articles with the tag "astrojs".
-
How to Update Your AstroJS Theme Without Losing Customizations
Updated:When building a site with an Astro starter template, pulling new theme updates can be tricky without losing your code. Learn how to safely sync your project using Git Upstream and resolve conflicts.
-
How to Start an AstroJS Project From a Template Without Breaking Future Updates
Updated:Cloning a Astrojs template is easy. Keeping it updateable months later is the hard part. Here's a Git workflow that avoids painful upstream conflicts.