We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8855465 commit f74635aCopy full SHA for f74635a
demo/.vuepress/config.js
@@ -1,7 +1,7 @@
1
module.exports = {
2
title: 'simple seo plugin demo',
3
description: 'Welcome Contributes',
4
- plugins: [ require('./plugins/my-plugin'), {
+ plugins: [ '@limdongjin/vuepress-plugin-simple-seo', {
5
default_image: '/image.jpg',
6
root_url: 'https://limdongjin.github.io',
7
default_site_name: 'limdongjin TIL',
package.json
@@ -1,6 +1,6 @@
{
"name": "@limdongjin/vuepress-plugin-simple-seo",
- "version": "1.0.4",
+ "version": "1.0.4-alpha.2",
"description": "simple-seo plugin for vuepress",
"main": "index.js",
"author": "limdongjin <[email protected]>",
0 commit comments