mirror of
https://github.com/SocialSisterYi/bilibili-API-collect.git
synced 2025-02-13 20:50:10 +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,
|
|
},
|
|
})
|