We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
meta article:tag is a array. Reference
article:tag
By the way, there are more array type meta, not only article:tag.
Write multiple meta article:tag in frontmatter
meta: - property: article:tag content: tag1 - property: article:tag content: tag2 - property: article:tag content: tag3
<meta property="article:tag" content="tag1"> <meta property="article:tag" content="tag2"> <meta property="article:tag" content="tag3">
<meta property="article:tag" content="tag1">
vuepress/packages/@vuepress/core/lib/client/root-mixins/updateMeta.js
Line 36 in 3c94f71
Need to patch getMergedMetaTags()
getMergedMetaTags()
The text was updated successfully, but these errors were encountered:
fix: Change union rule to array type meta vuejs#2614
8d6e870
87f1bae
fix: change meta tags merge function vuejs#2614
738ae57
d9c8a61
1823459
Successfully merging a pull request may close this issue.
Uh oh!
There was an error while loading. Please reload this page.
Bug report
meta
article:tag
is a array. ReferenceBy the way, there are more array type meta, not only
article:tag
.Steps to reproduce
Write multiple meta article:tag in frontmatter
What is expected?
What is actually happening?
Other relevant information
vuepress/packages/@vuepress/core/lib/client/root-mixins/updateMeta.js
Line 36 in 3c94f71
Need to patch
getMergedMetaTags()
The text was updated successfully, but these errors were encountered: