Looka Theme Documentation
Images And Assets
Use src/assets/images/ for theme images. These themes resolve /images/... paths from this folder.
Add An Image
- Put the file in
src/assets/images/. - Reference it with a leading slash, for example
/images/hero.jpg.
Example In Markdown
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.