. ├── public/ │ └── .nojekyll # Prevents GitHub Pages Jekyll processing ├── src/ │ ├── assets/ # Images and static assets │ ├── components/ # Reusable components │ │ └── LanguageSwitcher.astro │ ├── ...