jonasmerlin / astro-seo

Makes it easy to add information that is relevant for SEO to your Astro app.
MIT License
933 stars 50 forks source link

Inserted 'set:html' into title for formatting HTML entities correctly #35

Closed KyleFontenot closed 2 years ago

KyleFontenot commented 2 years ago

Inserted 'set:html' into title for formatting HTML entities correctly.

Before, the title would leave punctuation unparsed. Example: "Kyle's website" would be "Kyle's website".

https://docs.astro.build/en/migrate/#deprecated-unescaped-html

jonasmerlin commented 2 years ago

Hey Kyle, great work. Thanks for taking the time!