mirror of
https://github.com/Unkn0wnCat/KevinK.dev.js.git
synced 2025-07-23 11:27:18 +02:00
Run prettier
This commit is contained in:
parent
b50b7d83c3
commit
0b5a905ae6
20 changed files with 452 additions and 352 deletions
|
@ -23,7 +23,7 @@ module.exports = {
|
|||
height: extConfig.height,
|
||||
nationality: extConfig.nationality,
|
||||
personImage: extConfig.personImage,
|
||||
sameAs: extConfig.sameAs
|
||||
sameAs: extConfig.sameAs,
|
||||
},
|
||||
plugins: [
|
||||
`gatsby-plugin-eslint`,
|
||||
|
@ -34,15 +34,15 @@ module.exports = {
|
|||
{
|
||||
resolve: `gatsby-plugin-remote-images`,
|
||||
options: {
|
||||
nodeType: 'SocialsJson',
|
||||
imagePath: 'image',
|
||||
nodeType: "SocialsJson",
|
||||
imagePath: "image",
|
||||
},
|
||||
},
|
||||
{
|
||||
resolve: `gatsby-plugin-remote-images`,
|
||||
options: {
|
||||
nodeType: 'FriendsJson',
|
||||
imagePath: 'imageURL',
|
||||
nodeType: "FriendsJson",
|
||||
imagePath: "imageURL",
|
||||
},
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue