mirror of
https://github.com/mastermindzh/rickvanlieshout.com
synced 2024-12-26 14:59:14 +01:00
Fix Config.js Code Style
This commit is contained in:
parent
9ceb0e56d7
commit
63509a388d
@ -13,16 +13,16 @@ module.exports = {
|
|||||||
menu: [
|
menu: [
|
||||||
{
|
{
|
||||||
label: 'Articles',
|
label: 'Articles',
|
||||||
path: '/',
|
path: '/'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: 'About me',
|
label: 'About me',
|
||||||
path: '/pages/about',
|
path: '/pages/about'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: 'Contact me',
|
label: 'Contact me',
|
||||||
path: '/pages/contacts',
|
path: '/pages/contacts'
|
||||||
},
|
}
|
||||||
],
|
],
|
||||||
author: {
|
author: {
|
||||||
name: 'John Doe',
|
name: 'John Doe',
|
||||||
|
Loading…
Reference in New Issue
Block a user