diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js index 909e293..07c47c8 100644 --- a/docs/.vuepress/config.js +++ b/docs/.vuepress/config.js @@ -28,6 +28,8 @@ export default defineUserConfig({ lastUpdated: false, repo: "https://github.com/thejinchao/thejinchao.github.io", colorMode: "light", + editLink : false, + contributors : false, }), head:[ ['link', { rel: 'icon', href: 'favicon.png' }]