mirror of
https://github.com/centau/vide.git
synced 2026-08-20 23:01:37 +00:00
Removed banner, removed copyright notice, reduced home page
This commit is contained in:
parent
1554325efb
commit
e51b0877fd
7 changed files with 9 additions and 172 deletions
|
|
@ -1,14 +1,8 @@
|
|||
// .vitepress/theme/index.js
|
||||
import DefaultTheme from 'vitepress/theme'
|
||||
import layout from './layout.vue'
|
||||
import { enhanceAppWithTabs } from 'vitepress-plugin-tabs/client'
|
||||
import './vars.css'
|
||||
import './home.css'
|
||||
|
||||
export default {
|
||||
extends: DefaultTheme,
|
||||
enhanceApp({ app }) {
|
||||
enhanceAppWithTabs(app)
|
||||
},
|
||||
Layout: layout
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue