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

View file

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