diff --git a/docs/.vitepress/routes/navbar.ts b/docs/.vitepress/routes/navbar.ts index 0fd9c64b..052865df 100644 --- a/docs/.vitepress/routes/navbar.ts +++ b/docs/.vitepress/routes/navbar.ts @@ -44,7 +44,7 @@ export const routes: DefaultTheme.Config['nav'] = [ ], }, { - text: '0.9.2', + text: '0.9.4', items: [ { text: '0.8.2', diff --git a/docs/.vitepress/theme/components/Layout.vue b/docs/.vitepress/theme/components/Layout.vue index e726d834..01c12b21 100644 --- a/docs/.vitepress/theme/components/Layout.vue +++ b/docs/.vitepress/theme/components/Layout.vue @@ -6,6 +6,7 @@ import Banner from './Banner.vue' const { Layout } = DefaultTheme // Banner Configuration +const isBannerEnabled = false const bannerConfig = { // Leave text empty to disable the banner text: '🚀 NuxtAuth v0.9.0 has been released!', @@ -22,7 +23,7 @@ const bannerConfig = { -