Inside of your Astro project, you'll see the following folders and files:
/
├── public/
├── src/
│ └── layouts/
│ │ └── BaseLayout.astro
│ └── pages/
│ │ └── index.astro
│ │ └── blog.astro
│ │ └── about.astro
│ │
│ └── styles/
└── package.json