Project structure overview
mainAstroWind follows a standard Astro project structure with specific locations for key assets and configurations:
src/pages/: Contains.astroor.mdfiles that define your site routes.src/components/: Location for Astro, React, Vue, Svelte, or Preact components.src/assets/: For images or assets that require transformation (imported directly).public/: For static assets that do not require transformation.src/data/post/: Contains blog post content (.mdor.mdx).src/config.yaml: The primary configuration file for site settings, SEO, and app features.src/assets/styles/tailwind.css: Tailwind theme tokens and custom utilities.src/components/CustomStyles.astro: CSS variables for colors and fonts.