mirror of
https://github.com/Unkn0wnCat/KevinK.dev.js.git
synced 2025-06-07 13:12:02 +02:00
Fix typo
This commit is contained in:
parent
78db8f07a2
commit
cae386d5bd
2 changed files with 23 additions and 19 deletions
|
@ -125,25 +125,7 @@ module.exports = {
|
|||
},
|
||||
`gatsby-plugin-remove-serviceworker`,
|
||||
`gatsby-plugin-eslint`,
|
||||
`gatsby-plugin-image`,
|
||||
`gatsby-plugin-sharp`,
|
||||
`gatsby-remark-images`,
|
||||
`gatsby-transformer-sharp`,
|
||||
`gatsby-transformer-json`,
|
||||
{
|
||||
resolve: `gatsby-plugin-portal`,
|
||||
options: {
|
||||
key: "osnav",
|
||||
id: "osnav",
|
||||
},
|
||||
},
|
||||
{
|
||||
resolve: `gatsby-plugin-remote-images`,
|
||||
options: {
|
||||
nodeg: "SocialsJson",
|
||||
imagePath: "image",
|
||||
},
|
||||
},
|
||||
{
|
||||
resolve: `gatsby-plugin-remote-images`,
|
||||
options: {
|
||||
|
@ -151,6 +133,24 @@ module.exports = {
|
|||
imagePath: "imageURL",
|
||||
},
|
||||
},
|
||||
{
|
||||
resolve: `gatsby-plugin-remote-images`,
|
||||
options: {
|
||||
nodeType: "SocialsJson",
|
||||
imagePath: "image",
|
||||
},
|
||||
},
|
||||
`gatsby-plugin-image`,
|
||||
`gatsby-plugin-sharp`,
|
||||
`gatsby-remark-images`,
|
||||
`gatsby-transformer-sharp`,
|
||||
{
|
||||
resolve: `gatsby-plugin-portal`,
|
||||
options: {
|
||||
key: "osnav",
|
||||
id: "osnav",
|
||||
},
|
||||
},
|
||||
{
|
||||
resolve: `gatsby-source-filesystem`,
|
||||
options: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue