Skip to content

Image Issues

If an image is imported from src/assets, confirm the path and filename exactly match the file on disk.

Files in public are referenced by root-relative paths such as /favicon.svg. Files in src/assets are imported by source files and processed by Astro.

Resize large source images before adding them. Very large images slow builds, increase bandwidth, and can hurt page performance.

Every meaningful image needs useful alt text. Attorney portraits should identify the attorney. Decorative images should be handled according to how the component renders them.