Update astro.config.mjs

This commit is contained in:
PG 2024-07-19 19:22:08 +02:00 committed by GitHub
parent 898c4ecd30
commit 5d059dbc32
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -50,10 +50,10 @@ export default defineConfig({
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' },
{ 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' },
],
},
{