You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
BadMannersXYZ
added a commit
to BadMannersXYZ/astro-pagefind
that referenced
this issue
Apr 5, 2024
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.
The text was updated successfully, but these errors were encountered: