From af2dcaccd408e9b580f78ac1992bbaecfcf1ecb2 Mon Sep 17 00:00:00 2001 From: Matthias Date: Mon, 19 Aug 2024 15:49:21 +0200 Subject: [PATCH] Format config --- astro.config.mjs | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/astro.config.mjs b/astro.config.mjs index f769ed5..9bf8a92 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -7,7 +7,8 @@ export default defineConfig({ integrations: [ starlight({ title: "Docs", - description: "Official documentation for lychee - a fast, asynchronous link checker", + description: + "Official documentation for lychee - a fast, asynchronous link checker", editLink: { baseUrl: "https://github.com/lycheeverse/lycheeverse.github.io/edit/master/", @@ -84,7 +85,10 @@ export default defineConfig({ link: "/troubleshooting/custom-headers", }, { label: "Mail Addresses", link: "/troubleshooting/mail" }, - { label: "Network Errors", link: "/troubleshooting/network-errors" }, + { + label: "Network Errors", + link: "/troubleshooting/network-errors", + }, { label: "Too Many Open Files", link: "/troubleshooting/open-files",