V
V
Verstatel30002021-07-06 12:47:10
Ghost
Verstatel3000, 2021-07-06 12:47:10

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
        },
      }
    }
}

how to convert feature_image from png to jpg in gatsby? this is an array of articles pulled from ghost.
or is there any other way?
optimizing website images for search engines

Answer the question

In order to leave comments, you need to log in

1 answer(s)
E
Evgeny Golubev, 2021-07-07
@bestowhope

https://coderoad.ru/57515558/%D0%BA%D0%B0%D0%BA-%D...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question