-
-
Notifications
You must be signed in to change notification settings - Fork 9.9k
headTags are ignored #9792
Copy link
Copy link
Closed
Labels
documentationThe issue is related to the documentation of DocusaurusThe issue is related to the documentation of Docusaurus
Metadata
Metadata
Assignees
Labels
documentationThe issue is related to the documentation of DocusaurusThe issue is related to the documentation of Docusaurus
Type
Fields
Give feedbackNo fields configured for issues without a type.
Have you read the Contributing Guidelines on issues?
Prerequisites
npm run clearoryarn clearcommand.rm -rf node_modules yarn.lock package-lock.jsonand re-installing packages.Description
headTags are not reflected in builds. Defined in: https://github.com/CorePass/corepass-docs/blob/4695736a717cc14a3ac8154cf34fdf198a100d30/docusaurus.config.ts#L136
Tried one example from https://docusaurus.io/docs/seo#global-metadata
Reproducible demo
https://docs.corepass.net
Steps to reproduce
Expected behavior
Head elements should be shown and generator should be replaced.
Actual behavior
No head tags are injected. It is ignored.
Your environment
Self-service