Kris
Kris
I have used a field "category" to generate a sub directory for my paths. I now need to create a linkResolver, but the problem is that I can't get the...
I have an Article type, and I use extraPageFields to filter by category to generate different sub-categories. But I also decided to add another type Newsletter which doesn't have a...
Hey Angelo, Once again, thanks for the awesome work and I like what you are doing with v5. I've been doing some performance optimisations for a client's Gatsby website and...
Hey there, Currently if I clone a new repo with already existing custom types inside it, I need to go through every single custom type and push it to Prismic....
If I try to do ``` style={{ backgroundColor: "white", backgroundImage: "radial-gradient(closest-side at 25% 25%,#c39f76 80%,#0000 81%), radial-gradient(closest-side at 75% 75%,#c39f76 80%,#0000 81%)", backgroundSize: "100px 100px", }} ``` I get `uncaughtException:...
I'm trying to integrate Keen Slider into my Gatsby website. I've used it in Next.js before but haven't experienced this problem. Before I resize my browser everything looks great After...
**Your Environment** * **Prettier version**: ^2.8.4 * **node version**: 18 * **package manager**: yarn@2 * **IDE**: VScode **Describe the bug** I want to use this plugin with my Astro project....
### Versions - `gatsby-source-prismic`: ^6.0.1 - `gatsby-plugin-prismic-previews`: ^6.0.1 - `gatsby`: ^5.8.0 - Node.js: 18 ### Steps to reproduce I followed the documentation to upgrade to v6 - previews of already...
I'm not sure if this is in the scope of this library, but it might be quite useful if we provide a function to check if the rich text field...