Skip to content

Commit f2886b0

Browse files
committed
unused variables
1 parent 6031675 commit f2886b0

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/index.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
const fs = require('fs-extra')
32
const path = require('path');
43
const glob = require('glob');
@@ -7,11 +6,6 @@ const ncc = require('@vercel/ncc');
76
const { configureCloudinary, updateHtmlImagesToCloudinary } = require('./lib/cloudinary');
87
const { PREFIX, PUBLIC_ASSET_PATH } = require('./data/cloudinary');
98

10-
const CLOUDINARY_ASSET_PATH = "/cloudinary-assets";
11-
const CLOUDINARY_IMAGES_PATH = `${CLOUDINARY_ASSET_PATH}/images`;
12-
13-
const CLOUDINARY_MEDIA_FUNCTIONS = ['images'];
14-
159
/**
1610
* TODO
1711
* - Handle srcset

0 commit comments

Comments
 (0)