Thanks to the following contributors: - @snowykami - @frg2089 - Nya_Twisuki
This commit is contained in:
6
vuepress.client.ts
Normal file
6
vuepress.client.ts
Normal file
@ -0,0 +1,6 @@
|
||||
import { defineClientConfig } from 'vuepress/client'
|
||||
import FriendsHome from './src/layouts/FriendsHome.vue'
|
||||
|
||||
export default defineClientConfig({
|
||||
layouts: { FriendsHome },
|
||||
})
|
Reference in New Issue
Block a user