Update config.ts

This commit is contained in:
spiritlhl
2023-06-18 08:29:33 +08:00
committed by GitHub
parent 862bf03172
commit e17fecfd45

View File

@@ -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: '',