We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 154d660 commit 8ce17f0Copy full SHA for 8ce17f0
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "netlify-plugin-cloudinary",
3
- "version": "0.0.1",
+ "version": "0.0.2",
4
"description": "",
5
"main": "src/index.js",
6
"scripts": {
src/index.js
@@ -25,7 +25,7 @@ module.exports = {
25
if ( !imgSrc.startsWith('/') ) {
26
cloudinarySrc = `/${cloudinarySrc}`;
27
}
28
- cloudinarySrc = `${process.env.DEPLOY_URL}${cloudinarySrc}`;
+ cloudinarySrc = `${process.env.DEPLOY_PRIME_URL}${cloudinarySrc}`;
29
30
31
cloudinarySrc = `https://res.cloudinary.com/${CLOUD_NAME}/image/fetch/${cloudinarySrc}`;
0 commit comments