mirror of
https://github.com/SocialSisterYi/bilibili-API-collect.git
synced 2024-12-28 05:20:07 +08:00
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,
|
||
|
},
|
||
|
})
|