Skip to content

Commit 4c44e97

Browse files
committed
Add SEO Plugin
1 parent 173482f commit 4c44e97

File tree

3 files changed

+14
-1
lines changed

3 files changed

+14
-1
lines changed

docs/.vuepress/config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ module.exports = {
22
theme: "craftdocs",
33
base: "/docs/",
44
plugins: [
5+
['seo'],
56
["@vuepress/google-analytics", { ga: "UA-39036834-9" }],
67
[
78
"vuepress-plugin-medium-zoom",

package-lock.json

Lines changed: 12 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
"vuepress": "^1.8.3",
3939
"vuepress-plugin-container": "^2.1.5",
4040
"vuepress-plugin-medium-zoom": "^1.1.9",
41+
"vuepress-plugin-seo": "^0.2.0",
4142
"vuepress-plugin-sitemap": "docs/.vuepress/theme/vuepress-plugin-sitemap",
4243
"vuex": "^3.6.2",
4344
"webpack": "^4.46.0"

0 commit comments

Comments
 (0)