Skip to content

Commit 5c2b6d9

Browse files
committed
function import
1 parent 86a16b3 commit 5c2b6d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ const fs = require('fs-extra')
22
const path = require('path');
33
const glob = require('glob');
44

5-
const { configureCloudinary, updateHtmlImagesToCloudinary } = require('./lib/cloudinary');
5+
const { configureCloudinary, updateHtmlImagesToCloudinary, getCloudinaryUrl } = require('./lib/cloudinary');
66
const { PUBLIC_ASSET_PATH } = require('./data/cloudinary');
77

88
const CLOUDINARY_MEDIA_FUNCTIONS = [

0 commit comments

Comments
 (0)