This is an automated email from the ASF dual-hosted git repository. mssun pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-teaclave-website.git
commit 46fc237a5ddd7f0f0d8525848097dcf2f6cd0490 Author: Mingshen Sun <[email protected]> AuthorDate: Sat Jun 6 22:24:57 2020 -0700 Add SEO plugin --- site/.vuepress/config.js | 1 + site/package.json | 3 ++- site/yarn.lock | 5 +++++ 3 files changed, 8 insertions(+), 1 deletion(-) diff --git a/site/.vuepress/config.js b/site/.vuepress/config.js index 7749bf4..e1426d4 100644 --- a/site/.vuepress/config.js +++ b/site/.vuepress/config.js @@ -78,6 +78,7 @@ module.exports = { }, plugins: [ '@vuepress/plugin-back-to-top', + 'seo', [ '@vuepress/blog', { diff --git a/site/package.json b/site/package.json index 0304a2d..c53ed8e 100644 --- a/site/package.json +++ b/site/package.json @@ -4,6 +4,7 @@ "@vuepress/plugin-blog": "^1.9.2", "vue-feather-icons": "^5.0.0", "vuepress": "^1.5.0", - "vuepress-plugin-clean-urls": "^1.1.1" + "vuepress-plugin-clean-urls": "^1.1.1", + "vuepress-plugin-seo": "^0.1.3" } } diff --git a/site/yarn.lock b/site/yarn.lock index 1a795f3..a52e35d 100644 --- a/site/yarn.lock +++ b/site/yarn.lock @@ -7729,6 +7729,11 @@ vuepress-plugin-mailchimp@^1.4.1: jsonp "^0.2.1" query-string "^6.9.0" +vuepress-plugin-seo@^0.1.3: + version "0.1.3" + resolved "https://registry.yarnpkg.com/vuepress-plugin-seo/-/vuepress-plugin-seo-0.1.3.tgz#776cb73e9d364de2e3fcddfe15f21c00b708b2ec" + integrity sha512-bPP1j9l4q9emoiFz7US2Zg1vsO62UoqhdLcGFcHbB7fvsgn+CmVXZuG2wR6Ap1PXT4ACYaz2lkUlfr5qU3M4vg== + vuepress-plugin-sitemap@^2.3.1: version "2.3.1" resolved "https://registry.yarnpkg.com/vuepress-plugin-sitemap/-/vuepress-plugin-sitemap-2.3.1.tgz#51298aca77a5de96396fdbd1103e1637dd61ae6a" --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
