feat(website): add statuspage link

This commit is contained in:
Lars Hampe 2024-10-03 10:25:36 +02:00
parent 30f79fc6c3
commit de3b1a1c66

View File

@ -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' },