Update astro.config.mjs

Fixed indentation
This commit is contained in:
joffrey-b 2026-04-20 15:39:05 +02:00 committed by GitHub
parent 33780a9ee3
commit b26f24be61
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -51,7 +51,7 @@ export default defineConfig({
label: "Reference", label: "Reference",
items: [ items: [
{ label: "Configuration Options", slug: "reference/configuration" }, { label: "Configuration Options", slug: "reference/configuration" },
{ label: "Web API", slug: "reference/api" }, { label: "Web API", slug: "reference/api" },
], ],
}, },
], ],