Skip to content

Duplicate <meta name="description"> #30

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions