This reverts commit 9d2e10bd47.
This commit is contained in:
parent
b5a96d2086
commit
ac03403f4c
2 changed files with 4 additions and 4 deletions
|
|
@ -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: [
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue