1.0.4 • Published 4 years ago

vuepress-plugin-headertags v1.0.4

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

vuepress-plugin-headertags

plugin for vuepress to add header tags

Adds specified header tags to rendered pages

Install

npm i vuepress-plugin-canonical -D

Usage

Read How to use vuepress Plugin first, modify your .vuepress/config.js.

module.exports = {
  plugins: [
    [
      'vuepress-plugin-canonical',
      {
        baseURL: 'https://mina.wiki', // base url for your canonical link, optional, default: ''
        stripExtension: true // strip '.html' , optional, default: false
      }
    ]
  ]
}

Refrences

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago