From de3b1a1c6695f56a845bafdce2126234a73174a9 Mon Sep 17 00:00:00 2001 From: Lars Hampe Date: Thu, 3 Oct 2024 10:25:36 +0200 Subject: [PATCH] feat(website): add statuspage link --- apps/website/astro.config.mjs | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/website/astro.config.mjs b/apps/website/astro.config.mjs index a53a28a..7083e12 100644 --- a/apps/website/astro.config.mjs +++ b/apps/website/astro.config.mjs @@ -26,6 +26,7 @@ export default defineConfig({ items: [{ label: 'Getting started', slug: 'guides/getting-started' }], }, { label: 'API', link: 'https://api.boring.tools' }, + { label: 'Status', link: 'https://status.boring.tools' }, // { // label: 'Reference', // autogenerate: { directory: 'reference' },