mirror of
https://github.com/oneclickvirt/oneclickvirt.github.io.git
synced 2026-05-31 15:49:46 +08:00
Update config.ts
This commit is contained in:
@@ -1,14 +1,6 @@
|
||||
import { defineConfig } from 'vitepress'
|
||||
import { clipboardPlugin } from 'vuepress-plugin-clipboard'
|
||||
|
||||
export default defineUserConfig({
|
||||
plugins: [
|
||||
clipboardPlugin({
|
||||
staticIcon: true
|
||||
})
|
||||
]
|
||||
})
|
||||
|
||||
export default defineConfig({
|
||||
lastUpdated: true,
|
||||
locales: {
|
||||
@@ -77,6 +69,11 @@ export default defineConfig({
|
||||
lastUpdated: 'Last Updated'
|
||||
}
|
||||
},
|
||||
plugins: [
|
||||
clipboardPlugin({
|
||||
staticIcon: true
|
||||
})
|
||||
],
|
||||
algolia: {
|
||||
appId: '',
|
||||
apiKey: '',
|
||||
|
||||
Reference in New Issue
Block a user