Sándor Képiró
Sándor Képiró
> @airesvsg Thanks for your input. Haha in the end it seems to easy as pie. I tried it and it indeed shows me the revisions of that post in...
tried all these options, however unfortunately none of the suggestions worked for me. Since my case is only an SPA site (no SSR) only needed to change the title of...
> @kepi0809 if you're using `gatsby-source-wordpress` that means Gatsby is using the WordPress REST API, and not WPGraphQL. > > If you're using WPGraphQL, then you want to use `gatsby-source-graphql`...
Sorry I couldn't find the time to make a reproduce but I'll try to do it this week the active plugins: 1. acf to rest api – Version 3.1.0 |...
### gatsby-config.js: ``` const postcssPresetEnv = require('postcss-preset-env') const tailwindcss = require('tailwindcss') const postcssSimpleVars = require('postcss-simple-vars') require('dotenv').config({ path: `.env.${process.env.NODE_ENV}`, }) module.exports = { pathPrefix: process.env.PREFIX, plugins: [ 'gatsby-plugin-react-helmet', { resolve: 'gatsby-plugin-postcss',...
Hi @henrikwirth Since I'm not working on that project anymore I can't really confirm that the issue still persist with the newest versions of all the plugins above. If you...
it's a long shot but did you @eljefedelrodeodeljefe or @holopekochan find a solution for this issue without rebuilding it with a different package like `http-proxy-middleware`?
> After updating all my jest-related deps to `^29`, and much frustration trying the resolutions/overrides trick by @darrinmn9 above, I ended up with: > > ``` > "overrides": { >...
> > overrides > > Where we need to add this overrides? Could you please help me. I'm also facing same issue It goes into your `package.json`, if you use...
this should work ``` 'sh-waqar/declaration-use-variable': [ [ '/color/', { ignoreValues: ['inherit'] }, ], ],