diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js index d6eeacd6..57b85994 100644 --- a/docs/.vuepress/config.js +++ b/docs/.vuepress/config.js @@ -31,12 +31,6 @@ module.exports = { text: 'Aktivitäten', link: '/aktivitaeten', }, - { - text: 'DIY', - children: [ - '/diy/teleskop-viertelwellen-vertical' - ], - }, { text: 'Amateurfunk', link: '/amateurfunk', @@ -45,6 +39,12 @@ module.exports = { text: 'Mitmachen', link: '/mitmachen', }, + { + text: 'DIY', + children: [ + '/diy/teleskop-viertelwellen-vertical' + ], + }, ], }), }