remix-run / remix

Build Better Websites. Create modern, resilient user experiences with web fundamentals.
https://remix.run
MIT License
28.28k stars 2.37k forks source link

content in meta gets double encoded #9419

Open lilouartz opened 1 month ago

lilouartz commented 1 month ago

Reproduction

https://stackblitz.com/edit/remix-run-remix-dgpydr?file=vite.config.ts,app%2Froutes%2F_index.tsx

System Info

see repro

Used Package Manager

npm

Expected Behavior

Expect:

<meta content="http://127.0.0.1:33000/og-image?title=Supplement+Comparison+Site&amp;test" property="og:image"/>

Actual Behavior

<meta content="http://127.0.0.1:33000/og-image?title=Supplement+Comparison+Site&test" property="og:image"/>