From 0c5735f7b6b20a5b83a551abdcc64cf3f15842b3 Mon Sep 17 00:00:00 2001 From: curben <2809763-curben@users.noreply.gitlab.com> Date: Fri, 30 Aug 2019 04:34:33 +0100 Subject: [PATCH] fix(cloudinary): fileName should be let --- scripts/cloudinary.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/cloudinary.js b/scripts/cloudinary.js index b0de0b9..aa291b1 100644 --- a/scripts/cloudinary.js +++ b/scripts/cloudinary.js @@ -10,7 +10,7 @@ hexo.extend.tag.register('cloudinary', (args) => { const user = 'curben' - const fileName = args[0] + let fileName = args[0] const alt = args[1] || '' let modern = '' let legacy = ''