1
0
mirror of https://github.com/amir20/dozzle.git synced 2025-12-21 13:23:07 +01:00

chore: updates docs

This commit is contained in:
Amir Raminfar
2025-02-19 08:35:33 -08:00
parent 26f7704edb
commit 3f901769cb
5 changed files with 73 additions and 8 deletions

File diff suppressed because one or more lines are too long

View File

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