New canonicalUrl
frontmatter property is incorrectly mapped in ClientComputedMixin.js
#2665
Closed
1 task done
Bug report
Steps to reproduce
What is expected?
Canonical Url is grabbed from the
canonicalUrl
entry in thefrontmatter
What is actually happening?
The canonical URL is not being injected into the SSR template because in PR #2658 the frontmatter entry was renamed (during development) to
canonicalUrl
fromcanonical
.Line
69
inpackages/@vuepress/core/lib/node/ClientComputedMixin.js
is looking for a non-existent property calledcanonical
and needs to be updated to the following:Tagging @d-pollard
The text was updated successfully, but these errors were encountered: