astro-project-structure
AstroProject StructureWeb DevelopmentFrontendBest Practices
Description
Enforce the recommended Astro project structure.
Globs
astro.config.mjs
---
description: Enforce the recommended Astro project structure.
globs: astro.config.mjs
---
Astro Project Structure
- Use the recommended Astro project structure:
- src/
- components/
- layouts/
- pages/
- styles/
- public/
- astro.config.mjs