From 69fdec2cef9193a379cb5a4171b3fd880dbae7ac Mon Sep 17 00:00:00 2001 From: Romein van Buren Date: Wed, 20 Nov 2024 17:03:04 +0100 Subject: [PATCH] Menu competentiereflecties --- content/.vitepress/config.js | 4 ++-- content/{2024 => }/competenties/index.md | 0 content/{contactpersonen.md => contactpersonen/index.md} | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename content/{2024 => }/competenties/index.md (100%) rename content/{contactpersonen.md => contactpersonen/index.md} (100%) diff --git a/content/.vitepress/config.js b/content/.vitepress/config.js index 89dff9c..cbe5906 100644 --- a/content/.vitepress/config.js +++ b/content/.vitepress/config.js @@ -39,10 +39,10 @@ export default defineConfig({ { text: 'Portfolioverslag', link: '/2024/portfolioverslag/' }, { text: 'Verzekeringen verkopen', link: '/2024/pluzeker/' }, { text: 'Malmö', link: '/2024/engageu/' }, - { text: 'Competentiereflectie', link: '/2024/competenties/' }, ], }, - { text: 'Contactpersonen', link: '/contactpersonen' }, + { text: 'Competentiereflectie', link: '/competenties/' }, + { text: 'Contactpersonen', link: '/contactpersonen/' }, ], darkModeSwitchLabel: 'Donker thema', diff --git a/content/2024/competenties/index.md b/content/competenties/index.md similarity index 100% rename from content/2024/competenties/index.md rename to content/competenties/index.md diff --git a/content/contactpersonen.md b/content/contactpersonen/index.md similarity index 100% rename from content/contactpersonen.md rename to content/contactpersonen/index.md