diff --git a/astro.config.mjs b/astro.config.mjs index abac03f..6448999 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -47,7 +47,7 @@ export default defineConfig({ // https://expressive-code.com/key-features/word-wrap/#configuration components: { Footer: "./src/components/Footer.astro", - // Banner: "./src/components/Banner.astro", + Banner: "./src/components/Banner.astro", }, customCss: ["./src/styles/custom.css"], sidebar: [ diff --git a/src/content/docs/index.mdx b/src/content/docs/index.mdx index 2095b2f..2bed420 100644 --- a/src/content/docs/index.mdx +++ b/src/content/docs/index.mdx @@ -13,9 +13,9 @@ hero: - text: Let's build your mail server… link: /ispmail-trixie icon: rocket -#banner: -# content: | -# The guide has been updated for Debian 13! +banner: + content: | + The guide has been updated for Debian 13! --- import { Card, CardGrid } from "@astrojs/starlight/components";