corp feature loop front & center
This commit is contained in:
@@ -3,14 +3,16 @@ import { h } from 'vue'
|
||||
import type { Theme } from 'vitepress'
|
||||
import DefaultTheme from 'vitepress/theme-without-fonts' // WITHOUT fonts
|
||||
import './style.css'
|
||||
import IntroVideoAutoplay from "../../components/IntroVideoAutoplay.vue";
|
||||
import FeatureVideoLoop from "../../components/FeatureVideoLoop.vue";
|
||||
import IntroVideo from "../../components/IntroVideo.vue";
|
||||
|
||||
export default {
|
||||
extends: DefaultTheme,
|
||||
Layout: () => {
|
||||
return h(DefaultTheme.Layout, null, {
|
||||
// https://vitepress.dev/guide/extending-default-theme#layout-slots
|
||||
'home-hero-actions-after': () => h(IntroVideoAutoplay),
|
||||
'home-hero-info-after': () => h(FeatureVideoLoop),
|
||||
'home-features-after': () => h(IntroVideo),
|
||||
})
|
||||
},
|
||||
enhanceApp({ app, router, siteData }) {
|
||||
|
||||
Reference in New Issue
Block a user