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 5c2b6d9 commit 3f4dccaCopy full SHA for 3f4dcca
src/index.js
@@ -57,7 +57,7 @@ module.exports = {
57
await Promise.all(imagesFiles.map(async file => {
58
const filePath = file.replace(PUBLISH_DIR, '');
59
60
- const cldAssetPath = path.join(PUBLIC_ASSET_PATH, filePath);
+ const cldAssetPath = `/${path.join(PUBLIC_ASSET_PATH, filePath)}`;
61
const cldAssetUrl = `${host}/${cldAssetPath}`;
62
63
const assetRedirectUrl = await getCloudinaryUrl({
0 commit comments