From de6d34da1ca0345af807ff11c490ac72c96c1a22 Mon Sep 17 00:00:00 2001 From: Brian Madison Date: Sat, 4 Apr 2026 16:10:09 -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 292fcfe..e2295e2 100644 --- a/website/astro.config.mjs +++ b/website/astro.config.mjs @@ -41,10 +41,6 @@ export default defineConfig({ title: 'BMad Game Dev Studio', tagline: 'Game development (Unity, Unreal, Godot) module 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. +