You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'm tryning to improve gatsby-source-wordpress-experimental making him retrieve data from CDN instead of from local static. Unfortunately all the markup of the single pages is contained in a MySQL DB and paginated through a dangerouslySetInnerHTML component in React js.
At the moment I'm setting up the createRemoteImageNode function inside the gatsby-node.js file, but I'm having problems pairing it with the already written code.
Am I missing something? Maybe setting up the plug-in? And if not, some clue on how can I set up gatsby-transformer-cloudinary in order to catch the images and process them?
This discussion was converted from issue #49 on June 06, 2022 15:32.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi, I'm tryning to improve gatsby-source-wordpress-experimental making him retrieve data from CDN instead of from local static. Unfortunately all the markup of the single pages is contained in a MySQL DB and paginated through a dangerouslySetInnerHTML component in React js.
At the moment I'm setting up the createRemoteImageNode function inside the gatsby-node.js file, but I'm having problems pairing it with the already written code.
Am I missing something? Maybe setting up the plug-in? And if not, some clue on how can I set up gatsby-transformer-cloudinary in order to catch the images and process them?
gatsby-node.zip
Beta Was this translation helpful? Give feedback.
All reactions