Revert "disable Banner"
All checks were successful
/ build (push) Successful in 56s

This reverts commit 9d2e10bd47.
This commit is contained in:
Christoph Haas 2026-06-20 14:12:24 +02:00
parent b5a96d2086
commit ac03403f4c
2 changed files with 4 additions and 4 deletions

View file

@ -47,7 +47,7 @@ export default defineConfig({
// https://expressive-code.com/key-features/word-wrap/#configuration // https://expressive-code.com/key-features/word-wrap/#configuration
components: { components: {
Footer: "./src/components/Footer.astro", Footer: "./src/components/Footer.astro",
// Banner: "./src/components/Banner.astro", Banner: "./src/components/Banner.astro",
}, },
customCss: ["./src/styles/custom.css"], customCss: ["./src/styles/custom.css"],
sidebar: [ sidebar: [

View file

@ -13,9 +13,9 @@ hero:
- text: Let's build your mail server… - text: Let's build your mail server…
link: /ispmail-trixie link: /ispmail-trixie
icon: rocket icon: rocket
#banner: banner:
# content: | content: |
# The guide has been updated for Debian 13! The guide has been updated for Debian 13!
--- ---
import { Card, CardGrid } from "@astrojs/starlight/components"; import { Card, CardGrid } from "@astrojs/starlight/components";