1
0
mirror of https://github.com/amir20/dozzle.git synced 2026-01-03 19:45:01 +01:00

docs: adds banner for survey (#3566)

This commit is contained in:
Amir Raminfar
2025-01-21 08:19:00 -08:00
committed by GitHub
parent 0c4ca6d605
commit 84ec46c400
4 changed files with 68 additions and 1 deletions

View File

@@ -7,6 +7,7 @@ import "./style.css";
import HeroVideo from "./components/HeroVideo.vue";
import BuyMeCoffee from "./components/BuyMeCoffee.vue";
import Stats from "./components/Stats.vue";
import Banner from "./components/Banner.vue";
export default {
...DefaultTheme,
@@ -15,6 +16,7 @@ export default {
"home-hero-image": () => h(HeroVideo),
"sidebar-nav-after": () => h(BuyMeCoffee),
"home-hero-actions-after": () => h(Stats),
"layout-top": () => h(Banner),
});
},
enhanceApp(ctx) {