diff --git a/website/astro.config.mjs b/website/astro.config.mjs index 1917ee75..8b145c53 100644 --- a/website/astro.config.mjs +++ b/website/astro.config.mjs @@ -38,7 +38,8 @@ export default defineConfig({ tagline: 'AI-driven agile development with specialized agents and workflows that scale from bug fixes to enterprise platforms.', logo: { - src: './public/img/banner-bmad-method2.png', + light: './public/img/banner-bmad-method2.png', + dark: './public/img/banner-bmad-method-dark.png', alt: 'BMAD Method', replacesTitle: true, }, diff --git a/website/public/img/banner-bmad-method-dark.png b/website/public/img/banner-bmad-method-dark.png new file mode 100644 index 00000000..171d746d Binary files /dev/null and b/website/public/img/banner-bmad-method-dark.png differ