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