Fix Config.js Code Style

This commit is contained in:
Samuel W 2020-05-09 00:21:35 +08:00
parent 9ceb0e56d7
commit 63509a388d

View File

@ -13,16 +13,16 @@ module.exports = {
menu: [
{
label: 'Articles',
path: '/',
path: '/'
},
{
label: 'About me',
path: '/pages/about',
path: '/pages/about'
},
{
label: 'Contact me',
path: '/pages/contacts',
},
path: '/pages/contacts'
}
],
author: {
name: 'John Doe',