Why We Chose Astro for Our Blog
by shiftfold
Choosing a static site generator is an important architectural decision. Here we explain why we chose Astro.
Performance by Default
Astro ships zero JavaScript to the browser by default. This means faster load times and better Core Web Vitals.
Content Collections
With typed content collections, we can manage our content in a structured way and benefit from full TypeScript support.