When building, I get this warning, using Astro 5.7.5:
The adapter astro-wordpress-adapter does not currently support the feature "sharp". Your project may not build correctly
With that said, I didn't run into any image transformation issues. I got a returned webp version.
Regardless, the image path seems to render without the theme directory name, therefore, it returns as 404:
/wp-content/themes/theme/_astro/realfish.D_UOuDYY_2jYbQg.webp
Should be: /wp-content/themes/[my-theme]/theme/_astro/realfish.D_UOuDYY_2jYbQg.webp
When building, I get this warning, using Astro 5.7.5:
With that said, I didn't run into any image transformation issues. I got a returned webp version.
Regardless, the image path seems to render without the theme directory name, therefore, it returns as 404:
/wp-content/themes/theme/_astro/realfish.D_UOuDYY_2jYbQg.webpShould be:
/wp-content/themes/[my-theme]/theme/_astro/realfish.D_UOuDYY_2jYbQg.webp