Jodie Doubleday
Jodie Doubleday
Is anyone else experiencing this issue?
I've looked into this and had a few thoughts. I believe this is because Prismic is now using IMGIX. Therefore it is sending to this plugin `?auto=format` which means this...
I've just come across this, some initial thoughts... - Just check `faketitleweadded` is indeed on `PRISMIC_Jobs` - If it exists on there it might need to be a Key Text...
It might not solve the problem but I notice you are using `:uuid`, im using `:uid` wondered if there was any reason you are using it like this?
Yep this seem to have started happening this morning
I had this issue and solved it by using Crop and mutating the graphql query. See... https://github.com/birkir/gatsby-source-prismic-graphql/issues/138 example... ``` image mobileImageSharp: imageSharp(crop: "Mobile") { childImageSharp { fluid { ...GatsbyImageSharpFluid_withWebp }...
I'm having the same issue which can be seen here - https://prismic.link/38EUXwj Im using imageSharp and following the same way in which its use is described here - https://github.com/birkir/gatsby-source-prismic-graphql#working-with-gatsby-image Falling...
@cjost1988 I've not looked extensively at your example repo bit I remember when I started out with this repo I had the same issue. I tracked it down the the...
I resolved this by adding an infer to my gatsby node: ``` exports.createSchemaCustomization = ({ actions, schema }) => { const { createTypes } = actions const { buildObjectType }...
I managed to get `Montserrat\:500,600,700,800,900` working okay