This commit is contained in:
2026-07-30 10:05:46 +03:00
parent 590fb63ca7
commit 4aa5547d20
16 changed files with 3 additions and 159 deletions

View File

@@ -1,8 +1,6 @@
import DefaultTheme from 'vitepress/theme'
import Layout from './Layout.vue'
import './style.css'
export default {
extends: DefaultTheme,
Layout,
}