mirror of
https://github.com/SocialSisterYi/bilibili-API-collect.git
synced 2024-12-27 21:10:12 +08:00
ef919a61ef
* fix: 修正文档中存在的错误路径,标签和目录 * chore: 升级为 vuepress@2 * fix: vuepress-vite 版本错误
9 lines
172 B
JavaScript
9 lines
172 B
JavaScript
import { defineClientConfig } from '@vuepress/client'
|
|
import Layout from './theme/layouts/Layout.vue'
|
|
|
|
export default defineClientConfig({
|
|
layouts: {
|
|
Layout,
|
|
},
|
|
})
|