Image Issues
Missing Image Imports
Section titled “Missing Image Imports”If an image is imported from src/assets, confirm the path and filename exactly match the file on disk.
Public Assets
Section titled “Public Assets”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.
Large Images
Section titled “Large Images”Resize large source images before adding them. Very large images slow builds, increase bandwidth, and can hurt page performance.
Alt Text
Section titled “Alt Text”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.