at.ncvp.me

First Astro project with 'pages' and 'posts' collections

Where to put stuff?

Copied from chat with Gemini

Posted on 21st May 2026 at 15:30 by Admin


Images

In Astro, it is significantly better to place your images in src/assets/images/ rather than the public/ directory for your content posts.

Why src/assets/ is the Superior Choice

Audio

Audio files should be in /public/assets/audio. (As the only one currently is)

Why Audio Files Belong in public/

The Best Practice Setup for Your Audio

Keep your folder setup direct and lean using the public/layout:

└── assets/
    └── audio/
        └── podcast-clip.mp3

Listen to the recording below:

Tidying up

For each image in /public/assets/images:

  1. Move it to /src/assets/images
  2. Check where it’s used with grep
  3. Fix code

Category: misc Tags: edit admin

Rendered by src/pages/posts/[slug].astro