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
|
// 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: [
|
||||||
|
|
|
||||||
|
|
@ -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";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue