Update astro.config.mjs

This commit is contained in:
PG 2024-07-30 23:28:45 +02:00 committed by GitHub
parent ce99d3d87b
commit bc8eca9019
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 4 deletions

View File

@ -96,12 +96,10 @@ export default defineConfig({
{
label: 'Governance',
items: [
{ label: 'Governance structure', link: '/governance' },
{ label: 'Congress', link: '/congress' },
{ label: 'Structure', link: '/governance' },
{ label: 'Core Team', link: '/core-team' },
{ label: 'Association', link: '/association' },
{ label: 'Treasury', link: '/treasury' },
{ label: 'Core Contributors', link: '/core-contributors' },
{ label: 'Treasury', link: '/treasury' },
]
}
],