social links now use a different syntax
This commit is contained in:
parent
1ead3b9375
commit
53551a583e
1 changed files with 7 additions and 7 deletions
|
|
@ -1,7 +1,7 @@
|
|||
// @ts-check
|
||||
import { defineConfig } from 'astro/config';
|
||||
import starlight from '@astrojs/starlight';
|
||||
import sitemap from '@astrojs/sitemap';
|
||||
import { defineConfig } from "astro/config";
|
||||
import starlight from "@astrojs/starlight";
|
||||
import sitemap from "@astrojs/sitemap";
|
||||
import matomo from "astro-matomo";
|
||||
|
||||
// https://astro.build/config
|
||||
|
|
@ -11,10 +11,10 @@ export default defineConfig({
|
|||
starlight({
|
||||
lastUpdated: true,
|
||||
title: "ISPmail Guide",
|
||||
social: {
|
||||
github: "https://github.com/Signum/workaround-astro-starlight",
|
||||
matrix: "https://riot.im/app/#/room/#ispmail:matrix.org",
|
||||
},
|
||||
social: [
|
||||
{ icon: "github", label: "GitHub", href: "https://github.com/Signum/workaround-astro-starlight" },
|
||||
{ icon: "matrix", label: "Matrix", href: "https://riot.im/app/#/room/#ispmail:matrix.org" },
|
||||
],
|
||||
// https://expressive-code.com/key-features/word-wrap/#configuration
|
||||
components: {
|
||||
Footer: "./src/components/Footer.astro",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue