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 86a16b3 commit 5c2b6d9Copy full SHA for 5c2b6d9
src/index.js
@@ -2,7 +2,7 @@ const fs = require('fs-extra')
2
const path = require('path');
3
const glob = require('glob');
4
5
-const { configureCloudinary, updateHtmlImagesToCloudinary } = require('./lib/cloudinary');
+const { configureCloudinary, updateHtmlImagesToCloudinary, getCloudinaryUrl } = require('./lib/cloudinary');
6
const { PUBLIC_ASSET_PATH } = require('./data/cloudinary');
7
8
const CLOUDINARY_MEDIA_FUNCTIONS = [
0 commit comments