Skip to content

Commit

Permalink
1.0.4-alpha.3
Browse files Browse the repository at this point in the history
  • Loading branch information
limdongjin committed Jan 19, 2019
1 parent 8855465 commit f74635a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion demo/.vuepress/config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module.exports = {
title: 'simple seo plugin demo',
description: 'Welcome Contributes',
plugins: [ require('./plugins/my-plugin'), {
plugins: [ '@limdongjin/vuepress-plugin-simple-seo', {
default_image: '/image.jpg',
root_url: 'https://limdongjin.github.io',
default_site_name: 'limdongjin TIL',
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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]>",
Expand Down

0 comments on commit f74635a

Please sign in to comment.