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 f2886b0 commit 18abfb5Copy full SHA for 18abfb5
src/index.js
@@ -6,6 +6,8 @@ const ncc = require('@vercel/ncc');
6
const { configureCloudinary, updateHtmlImagesToCloudinary } = require('./lib/cloudinary');
7
const { PREFIX, PUBLIC_ASSET_PATH } = require('./data/cloudinary');
8
9
+const CLOUDINARY_MEDIA_FUNCTIONS = ['images'];
10
+
11
/**
12
* TODO
13
* - Handle srcset
0 commit comments