Skip to content

Duplicate <meta name="description"> #30

@WBBB0730

Description

@WBBB0730

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions