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
When using trailingSlash: always in Astro the image endpoint logged in the console is /_image and not /_image/. In a barebones Astro project without Unpic this works correctly.
Describe the bug
Hey 👋
When using
trailingSlash: always
in Astro the image endpoint logged in the console is/_image
and not/_image/
. In a barebones Astro project without Unpic this works correctly.Reproduction
https://stackblitz.com/edit/github-3r5q2xct
Expected behavior
Image endpoint of
/_image/
The text was updated successfully, but these errors were encountered: