Skip to content

Commit

Permalink
feat: update config
Browse files Browse the repository at this point in the history
  • Loading branch information
Mister-Hope committed Feb 1, 2024
1 parent dd8f27b commit 5970fc1
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 14 deletions.
4 changes: 0 additions & 4 deletions config/crawler.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,6 @@ const crawlerConfig = {
sitemap: true,
recordExtractor: "hope",
},
"plugin-copy-code2": {
sitemap: true,
recordExtractor: "hope",
},
"plugin-copyright2": {
sitemap: true,
recordExtractor: "hope",
Expand Down
2 changes: 1 addition & 1 deletion config/plugins/blog.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
{
"name": "@vuepress/feed",
"icon": "rss",
"tag": "latest",
"tag": "next",
"recommend": true,
"desc": {
"/": "Feed plugin supporting atom, json and rss syntax feeds",
Expand Down
10 changes: 5 additions & 5 deletions config/plugins/feature.json
Original file line number Diff line number Diff line change
Expand Up @@ -110,18 +110,18 @@
}
},
{
"name": "copy-code2",
"name": "@vuepress/copy-code",
"icon": "copy",
"tag": "latest",
"tag": "next",
"recommend": true,
"desc": {
"/": "Provide copy button for code blocks.",
"/zh/": "为代码块提供复制按钮"
},
"source": "vuepress-theme-hope/vuepress-theme-hope/tree/main/packages/copy-code2/",
"source": "vuepress/ecosystem/tree/main/plugins/plugin-copy-code/",
"url": {
"/": "plugin-copy-code2.vuejs.press",
"/zh/": "plugin-copy-code2.vuejs.press/zh/"
"/": "ecosystem.vuejs.press/plugins/copy-code.html",
"/zh/": "ecosystem.vuejs.press/zh/plugins/copy-code.html"
}
},
{
Expand Down
4 changes: 2 additions & 2 deletions config/plugins/manage.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
{
"name": "@vuepress/seo",
"icon": "wrench",
"tag": "latest",
"tag": "next",
"recommend": true,
"desc": {
"/": "Auto-generating OGP and JSON-LD tags to enhance SEO",
Expand All @@ -69,7 +69,7 @@
{
"name": "@vuepress/sitemap",
"icon": "sitemap",
"tag": "latest",
"tag": "next",
"recommend": true,
"desc": {
"/": "Sitemap generator",
Expand Down
2 changes: 0 additions & 2 deletions config/vuejs.press.zone
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,6 @@ plugin-comment2 600 IN CNAME vuepress-plugin-comment2.netlify.app.
plugin-comment2-demo 600 IN CNAME vuepress-plugin-comment2-demo.netlify.app.
plugin-components 600 IN CNAME vuepress-plugin-components.netlify.app.
plugin-components-demo 600 IN CNAME vuepress-plugin-components-demo.netlify.app.
plugin-copy-code2 600 IN CNAME vuepress-plugin-copy-code2.netlify.app.
plugin-copy-code2-demo 600 IN CNAME vuepress-plugin-copy-code2-demo.netlify.app.
plugin-copyright2 600 IN CNAME vuepress-plugin-copyright2.netlify.app.
plugin-copyright2-demo 600 IN CNAME vuepress-plugin-copyright2-demo.netlify.app.
plugin-lightgallery 600 IN CNAME vuepress-plugin-lightgallery.netlify.app.
Expand Down

0 comments on commit 5970fc1

Please sign in to comment.