Closed
Description
openedon Nov 6, 2020
I believe there is an error at this line.
It raises an error with html-validator:
error Attribute "crossorigin" has invalid value "true" attribute-allowed-values
The rendered element is:
<link data-n-head="ssr" data-hid="gf-preconnect" rel="preconnect" href="https://fonts.gstatic.com/" crossorigin="true">
It should be:
<link data-n-head="ssr" data-hid="gf-preconnect" rel="preconnect" href="https://fonts.gstatic.com/" crossorigin>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Metadata
Assignees
Labels
No labels