Update astro.config.mjs

This commit is contained in:
PG 2024-07-18 20:20:56 +02:00 committed by GitHub
parent a83a8e6236
commit 99c7b46a3f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -42,12 +42,12 @@ export default defineConfig({
autogenerate: { directory: 'research' },
},
{
label: '📅 Events',
label: '🗓️ Events',
collapsed: true,
autogenerate: { directory: 'events' },
},
{
label: 'Projects',
label: '🏗️ Projects',
items: [
// Each item here is one entry in the navigation menu.
{ label: '👁️ Privacy Explorer', link: '/projects/privacy-explorer' },