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

@@ -1,6 +1,6 @@
module.exports = {
siteMetadata: {
title: `My Gatsby Site`
title: 'My Gatsby Site'
},
plugins: []
}