Skip to content

Commit

Permalink
Format config
Browse files Browse the repository at this point in the history
  • Loading branch information
mre committed Aug 19, 2024
1 parent b591ff2 commit af2dcac
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -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/",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit af2dcac

Please sign in to comment.