🐛 Fixes nav links still visible after removing (#389)

This commit is contained in:
Alicia Sykes 2022-01-09 14:24:51 +00:00
parent d10e6a8987
commit ed158169eb
1 changed files with 1 additions and 4 deletions

View File

@ -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 */