mirror of
https://github.com/Lissy93/dashy.git
synced 2025-12-15 21:14:32 +01:00
🐛 Fixes nav links still visible after removing (#389)
This commit is contained in:
parent
d10e6a8987
commit
ed158169eb
1 changed files with 1 additions and 4 deletions
|
|
@ -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 a new issue