mirror of
https://github.com/web3privacy/docs
synced 2024-10-15 18:46:26 +02:00
Update astro.config.mjs
This commit is contained in:
parent
c485e2549e
commit
a83a8e6236
1 changed files with 2 additions and 1 deletions
|
@ -47,12 +47,13 @@ export default defineConfig({
|
||||||
autogenerate: { directory: 'events' },
|
autogenerate: { directory: 'events' },
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: 'Other 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' },
|
||||||
{ label: '📰 Week in the Privacy', link: '/news/week-in-the-privacy' },
|
{ label: '📰 Week in the Privacy', link: '/news/week-in-the-privacy' },
|
||||||
{ label: '🏆 Privacy Tech Awards', link: '/projects/privacy-tech-awards' },
|
{ label: '🏆 Privacy Tech Awards', link: '/projects/privacy-tech-awards' },
|
||||||
|
{ label: '📚 Privacy Academy', link: '/projects/privacy-academy' },
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue