@docmd/plugin-seo 0.4.7 → 0.4.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/index.js +1 -0
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -19,6 +19,7 @@
19
19
  * @param {string} relativePathToRoot - Path relative to root (for assets)
20
20
  * @returns {string} HTML string of meta tags
21
21
  */
22
+
22
23
  function generateMetaTags(config, pageData, relativePathToRoot) {
23
24
  let html = '';
24
25
  const { frontmatter, outputPath } = pageData;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@docmd/plugin-seo",
3
- "version": "0.4.7",
3
+ "version": "0.4.9",
4
4
  "description": "SEO meta tag generator for docmd",
5
5
  "main": "index.js",
6
6
  "keywords": [