-
Notifications
You must be signed in to change notification settings - Fork 24
Open
Description
When you build your project and you're using optimized images, Astro will use a dev url in the format of:
_image?href={path}&origWidth={number}&origHeight={number}&origFormat={image type}&w=300&f=webp
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels