mirror of https://github.com/Lissy93/dashy.git
🐛 Fixes nav links still visible after removing (#389)
This commit is contained in:
parent
d10e6a8987
commit
ed158169eb
|
@ -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 */
|
||||
|
|
Loading…
Reference in New Issue