1.0.4 • Published 5 years ago
vuepress-plugin-headertags v1.0.4
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
}
]
]
}