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: [ 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',