Answer the question
In order to leave comments, you need to log in
How to convert png to jpg in Gatsby?
there is a queer of this kind
export const query = graphql`
query {
posts: allGhostPost (
sort: { order: DESC, fields: [published_at] }
filter: { slug: { ne: "data-schema" } }
) {
edges {
node {
title,
slug,
feature_image,
id
},
}
}
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question