Allows user to customize navigation links

This commit is contained in:
Alicia Sykes
2021-04-20 15:49:37 +01:00
parent 7c016ac2e8
commit 9f70181422
4 changed files with 22 additions and 5 deletions

View File

@@ -2,6 +2,10 @@ module.exports = {
pageInfo: {
title: 'Dashy',
description: '',
navLinks: [
{ title: 'Home', path: '/' },
{ title: 'Source', path: 'https://github.com/Lissy93/dashy' },
],
},
appConfig: {},
iconSize: 'medium',