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 6031675 commit f2886b0Copy full SHA for f2886b0
src/index.js
@@ -1,4 +1,3 @@
1
-
2
const fs = require('fs-extra')
3
const path = require('path');
4
const glob = require('glob');
@@ -7,11 +6,6 @@ const ncc = require('@vercel/ncc');
7
6
const { configureCloudinary, updateHtmlImagesToCloudinary } = require('./lib/cloudinary');
8
const { PREFIX, PUBLIC_ASSET_PATH } = require('./data/cloudinary');
9
10
-const CLOUDINARY_ASSET_PATH = "/cloudinary-assets";
11
-const CLOUDINARY_IMAGES_PATH = `${CLOUDINARY_ASSET_PATH}/images`;
12
13
-const CLOUDINARY_MEDIA_FUNCTIONS = ['images'];
14
15
/**
16
* TODO
17
* - Handle srcset
0 commit comments