Skip to content

Commit f74635a

Browse files
committed
1.0.4-alpha.3
1 parent 8855465 commit f74635a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

demo/.vuepress/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module.exports = {
22
title: 'simple seo plugin demo',
33
description: 'Welcome Contributes',
4-
plugins: [ require('./plugins/my-plugin'), {
4+
plugins: [ '@limdongjin/vuepress-plugin-simple-seo', {
55
default_image: '/image.jpg',
66
root_url: 'https://limdongjin.github.io',
77
default_site_name: 'limdongjin TIL',

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@limdongjin/vuepress-plugin-simple-seo",
3-
"version": "1.0.4",
3+
"version": "1.0.4-alpha.2",
44
"description": "simple-seo plugin for vuepress",
55
"main": "index.js",
66
"author": "limdongjin <[email protected]>",

0 commit comments

Comments
 (0)