documentation icon indicating copy to clipboard operation
documentation copied to clipboard

Optimize and audit static images

Open lukekarrys opened this issue 1 year ago • 1 comments

  • Images in static/ are only used up to certain widths. They can be bulk resized so the source matches this width. See https://www.gatsbyjs.com/docs/preoptimizing-images/
  • Some images are no longer used. They are copied directly from the static/ dir so we need to make sure they are not expected at those paths from anywhere outside this repo.

lukekarrys avatar Oct 14 '23 06:10 lukekarrys

Hey @lukekarrys I see #748 covered the resizing. Did you still need someone to audit the images that are no longer used?

chris-bateman avatar Feb 09 '24 03:02 chris-bateman