mirror of
https://github.com/Unkn0wnCat/KevinK.dev.js.git
synced 2025-05-10 07:26:57 +02:00
Fix typo
This commit is contained in:
parent
78db8f07a2
commit
cae386d5bd
2 changed files with 23 additions and 19 deletions
|
@ -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
Add a link
Reference in a new issue