mirror of
https://github.com/Unkn0wnCat/KevinK.dev.js.git
synced 2025-04-28 09:46:52 +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: {
|
||||
|
|
|
@ -16,7 +16,11 @@ export const query = graphql`
|
|||
url
|
||||
localImage {
|
||||
childImageSharp {
|
||||
gatsbyImageData(height: 300, width: 300)
|
||||
gatsbyImageData(
|
||||
height: 300
|
||||
width: 300
|
||||
placeholder: BLURRED
|
||||
)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue