However, pagefind will use the finalized URL of the built image to keep in the pagefind data:
/_astro/{image name}.{random id}.{format}
This causes all images not to be shown when in dev, making it difficult to really tell what the final product is going to be, basically meaning you have to test using live builds.
When you build your project and you're using optimized images, Astro will use a dev url in the format of:
However, pagefind will use the finalized URL of the built image to keep in the pagefind data:
This causes all images not to be shown when in dev, making it difficult to really tell what the final product is going to be, basically meaning you have to test using live builds.