Update astro.config.mjs

This commit is contained in:
PG 2024-07-18 20:15:10 +02:00 committed by GitHub
parent c485e2549e
commit a83a8e6236
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -47,12 +47,13 @@ export default defineConfig({
autogenerate: { directory: 'events' },
},
{
label: 'Other projects',
label: 'Projects',
items: [
// Each item here is one entry in the navigation menu.
{ label: '👁️ Privacy Explorer', link: '/projects/privacy-explorer' },
{ label: '📰 Week in the Privacy', link: '/news/week-in-the-privacy' },
{ label: '🏆 Privacy Tech Awards', link: '/projects/privacy-tech-awards' },
{ label: '📚 Privacy Academy', link: '/projects/privacy-academy' },
],
},
{