Skip to content
Type something to search...
Stella Theme Documentation

Images And Assets

Use src/assets/images/ for theme images. These themes resolve /images/... paths from this folder.

Add An Image

  1. Put the file in src/assets/images/.
  2. Reference it with a leading slash, for example /images/hero.jpg.

Example In Markdown

![Alt text](/images/hero.jpg)

Tip

If an image does not appear, confirm it exists in src/assets/images/ and the path matches exactly. Use public/ only for files that must be served as-is, like favicons, videos, or custom scripts.