new landing page

This commit is contained in:
Dominique Deschatre
2026-04-16 21:46:03 -03:00
parent 63dd165fed
commit 9893fa2383
6 changed files with 4221 additions and 85 deletions
+4
View File
@@ -1,6 +1,10 @@
import DefaultTheme from 'vitepress/theme'
import Landing from './Landing.vue'
import './style.css'
export default {
extends: DefaultTheme,
enhanceApp({ app }) {
app.component('Landing', Landing)
},
}