Skip to content

fix query params for astro images#87

Open
joshfester wants to merge 1 commit intojanreges:mainfrom
joshfester:fix_astro_img_urls
Open

fix query params for astro images#87
joshfester wants to merge 1 commit intojanreges:mainfrom
joshfester:fix_astro_img_urls

Conversation

@joshfester
Copy link
Copy Markdown
Contributor

@joshfester joshfester commented Oct 6, 2025

Image URL's like this:

<img src="/_image?href=%2F_astro%2Flogo.I81FHMZt.svg&amp;w=215&amp;h=40&amp;f=svg">

were getting proper filenames:

'_image.01662772d3.svg'

but not properly converted to HTML:

<img src="/_image?href=%2F_astro%2Flogo.I81FHMZt.svg&#38;w=215&#38;h=40&#38;f=svg">

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant