Skip to content

Commit

Permalink
seoPlugin
Browse files Browse the repository at this point in the history
  • Loading branch information
Mrright024 committed May 14, 2024
1 parent 411ae5a commit 4208165
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/.vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import { mdEnhancePlugin } from "vuepress-plugin-md-enhance";
import { shikiPlugin } from '@vuepress/plugin-shiki'
import { copyCodePlugin } from '@vuepress/plugin-copy-code'
import { googleAnalyticsPlugin } from '@vuepress/plugin-google-analytics'
import { seoPlugin } from '@vuepress/plugin-seo'

export default defineUserConfig({
bundler: viteBundler(),
Expand Down Expand Up @@ -101,7 +102,8 @@ export default defineUserConfig({
}),
googleAnalyticsPlugin({
id: 'G-Q7K6GXDZRC',
})
}),
seoPlugin(),
],

bundlerConfig: {
Expand Down
1 change: 1 addition & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"@vuepress/plugin-copy-code": "^2.0.0-rc.28",
"@vuepress/plugin-docsearch": "^2.0.0-rc.28",
"@vuepress/plugin-google-analytics": "^2.0.0-rc.21",
"@vuepress/plugin-seo": "^2.0.0-rc.28",
"@vuepress/plugin-shiki": "^2.0.0-rc.0",
"@vuepress/theme-default": "^2.0.0-rc.28",
"mathjax-full": "^3.2.2",
Expand Down

0 comments on commit 4208165

Please sign in to comment.