-
Running 3.6.2 version
I am attempting to switch my source tool from gatsby-source-prismic to gatsby-source-prismic-graphql. Can't seem to get pagination going on my blog index page.
I set my pag…
-
nuxt-bridge now supports and recommends typescript for their config file but prismic cli doesn't detect it.
```
prismic sm --existing-repo --setup
? Name your prismic repository: https://repo-n…
-
When trying to destructure PrismicDOM like that:
```js
import { RichText } from 'prismic-dom'
```
I get this error:
```
The requested module '../../_snowpack/pkg/prismic-dom.js' does not prov…
-
The current test suite was written to test against Prismic's old "Les Bonne Choses" content repo. I liked the idea of testing against a live repo instead of local mocked data because the mocks could e…
-
# Preview mode in NextJS with Prismic CMS | spacetravelling.
[http://localhost:3000/post/preview-mode-in-next-js-with-prismic-cms](http://localhost:3000/post/preview-mode-in-next-js-with-prismic-cm…
-
As a heads up to anyone who runs into this same issue I did.
It can be solved by following the advice listed [here ](https://community.prismic.io/t/error-with-module-gatsby-source-prismic-graphql/7…
-
Not sure if it's a bug or I missed some configurations.
When querying for a sharp image, it does not automatically include the different mobile sizes in the returned `srcSet`.
If we set differe…
-
Hello,
I am using this plugin with Jade, i have big problems when my objects (fields) doesn't exists in prismic database, what i should do if the object is not defined in prismic database?
Thanks!
-
The preview functionality of this plugin is only working when the repository settings of Prismic are set to Open API. When you select either Private API or Public API for Master only the plugin is not…
-
I'm seeing an issue regarding images in `3.6.2`. The behaviour I'm seeing is that you have to run `gatsby develop` twice for images to work, even for `gatsby build`.
I have a minimal prismic/gats…