diff --git a/src/utils/defaults.js b/src/utils/defaults.js index 0754c99d..cedd90d9 100644 --- a/src/utils/defaults.js +++ b/src/utils/defaults.js @@ -3,10 +3,7 @@ module.exports = { pageInfo: { title: 'Dashy', description: '', - navLinks: [ - { title: 'Home', path: '/' }, - { title: 'Source', path: 'https://github.com/Lissy93/dashy' }, - ], + navLinks: [], footerText: '', }, /* Default appConfig to be used, if user does not specify their own */