]> git.ipfire.org Git - thirdparty/vuejs/router.git/commitdiff
docs: remove vuejs.de banner
authorEduardo San Martin Morote <posva13@gmail.com>
Mon, 13 May 2024 14:32:38 +0000 (16:32 +0200)
committerEduardo San Martin Morote <posva13@gmail.com>
Mon, 13 May 2024 14:32:38 +0000 (16:32 +0200)
packages/docs/.vitepress/theme/index.ts

index d6cb816274f0b5785a8087818403cd265fe9b908..4ecb04919bd75f70b883f08a6598e533e3c2a92e 100644 (file)
@@ -22,7 +22,7 @@ const theme: Theme = {
       // 'home-features-after': () => h(HomeSponsors),
       'aside-ads-before': () => h(AsideSponsors),
       'doc-before': () => h(TranslationStatus, { status, i18nLabels }),
-      'layout-top': () => h(VuejsdeConfBanner)
+      // 'layout-top': () => h(VuejsdeConfBanner)
     })
   },