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
a83a8e6236
commit
99c7b46a3f
1 changed files with 2 additions and 2 deletions
|
@ -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' },
|
||||||
|
|
Loading…
Reference in a new issue