Closed matteodf closed 1 year ago
There is a typo in the src/component/ExtendedTags.astro file which causes the plugin not to render the http-equiv parameter in a proper way when extending <meta> tags.
src/component/ExtendedTags.astro
http-equiv
<meta>
There is a typo in the
src/component/ExtendedTags.astro
file which causes the plugin not to render thehttp-equiv
parameter in a proper way when extending<meta>
tags.