diff --git a/docs/.vitepress/config.ts b/docs/.vitepress/config.ts index 0baf9a8edf..247d9b6df5 100644 --- a/docs/.vitepress/config.ts +++ b/docs/.vitepress/config.ts @@ -1,5 +1,4 @@ import { defineConfig } from 'vitepress' -import { clipboardPlugin } from 'vuepress-plugin-clipboard' export default defineConfig({ lastUpdated: true, @@ -69,11 +68,6 @@ export default defineConfig({ lastUpdated: 'Last Updated' } }, - plugins: [ - clipboardPlugin({ - staticIcon: true - }) - ], algolia: { appId: '', apiKey: '',