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