From e6c9bad8368352d430e9a4483404789876e7f436 Mon Sep 17 00:00:00 2001 From: Brian Madison Date: Sat, 4 Apr 2026 16:10:07 -0500 Subject: [PATCH] fix: move BMB announcement to custom Banner component Starlight banner config doesn't render with custom Header. Added announcement row to Banner.astro and removed unused config. --- website/astro.config.mjs | 4 ---- website/src/components/Banner.astro | 26 ++++++++++++++++++++------ 2 files changed, 20 insertions(+), 10 deletions(-) diff --git a/website/astro.config.mjs b/website/astro.config.mjs index c5496d4..940e757 100644 --- a/website/astro.config.mjs +++ b/website/astro.config.mjs @@ -41,10 +41,6 @@ export default defineConfig({ title: 'Creative Intelligence Suite', tagline: 'Innovation, brainstorming, and problem-solving agents for the BMad Method.', - banner: { - content: 'Build your own BMad modules and share them with the community! Get started or submit to the marketplace.', - }, - favicon: '/favicon.ico', // Social links diff --git a/website/src/components/Banner.astro b/website/src/components/Banner.astro index c57295d..456c344 100644 --- a/website/src/components/Banner.astro +++ b/website/src/components/Banner.astro @@ -7,9 +7,13 @@ const llmsFullUrl = `${getSiteUrl()}/llms-full.txt`;
🤖 AI-optimized docs: llms-full.txt
+
+ 🚀 Build your own BMad modules and share them with the community! Get started or submit to the marketplace. +