Tag: #Astro

18 posts with this tag

Add Localization(i18n) to Your Astro Project (Complete Guide)

Add Localization(i18n) to Your Astro Project (Complete Guide)

Building multilingual websites is essential in today's global digital landscape. While Astro doesn't provide built-in URL localization out of the box, this comprehensive guide will show you how to implement a complete internationalization (i18n) system with SEO-friendly URLs, dynamic routing, and seamless language switching.

Dragos
Display YouTube Videos on Your Astro Blog (SSG + SSR)

Display YouTube Videos on Your Astro Blog (SSG + SSR)

Learn how to automatically display your latest YouTube videos on your Astro blog using both Static Site Generation (SSG) and Server-Side Rendering (SSR) approaches. Complete with code examples and explanations for beginners.

Dragos