Florian Bienefelt

Results 37 comments of Florian Bienefelt

Just tried to clone this package and make these changes but it did not work. Here's my setup: * Layout -> query for current logged in user * Subcomponent ->...

I believe I have properly disabled previews, but it doesn't seem to remove the queries to prismic.io. Am I missing something? Here's my `gatsby-config`: ```js { resolve: '@prismicio/gatsby-source-prismic-graphql', options: {...

As you can see in my config above, I already disabled that :)

We're using a mix of normal images and imageSharp, but they're all coming from page queriey. I'm now seeing an issue specifically with this prismic.io/graphql query: ``` "message":"Query does not...

Yeah I always query both. But it's normal that since my app somehow makes a request to prismic's graphQL api, that prismic would crash if I ask it a sharp...

Here it is: https://tinyurl.com/yabv47tk If you look at the network tab, 2 queries are made to prismic. One passes (though I don't know what it is doing), and the other...

@lucashfreitas I'm not sure I understand what you mean: all the pages on our site are generated by this Prismic plugin, and on each one of them the prismic API...