-
-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
When my index.html already contains a <meta name="description">, if I add the following in prerender:
head: {
elements: new Set([
{ type: 'meta', props: { name: 'description', content: 'XXX' } }
]),
}The final returned HTML will contain two <meta name="description"> tags.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels