Apply consistent spacing and use of single quotes

This commit is contained in:
James M. Greene
2022-09-11 10:18:04 -05:00
parent 35c001ded6
commit 45efe60937
18 changed files with 94 additions and 114 deletions

View File

@@ -2,7 +2,7 @@ export default {
pathPrefix: '/docs/',
siteMetadata: {
siteUrl: 'https://configure-pages.github.io',
title: `My Gatsby Site`
title: 'My Gatsby Site'
},
plugins: []
}