0.2.0 • Published 4 years ago

vuepress-plugin-canonical-with-pagination v0.2.0

Weekly downloads
2
License
MIT
Repository
gitlab
Last release
4 years ago

Vuepress Plugin Canonical with pagination

Add <link rel='canonical' ...>, <link rel='next' ...> / <link rel='prev' ...> to your vuepress site. Project extends vuepress-plugin-canonical

Install

npm i vuepress-plugin-canonical-with-pagination -D

Usage

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

module.exports = {
  plugins: [
    [
      'vuepress-plugin-canonical-with-pagination',
      {
        baseURL: 'https://google.com', // base url for your schema, mandatory, default: ''
      }
    ]
  ]
}

Refrences

0.2.0

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago