mirror of https://gitlab.com/curben/blog
fix(cloudinary): fileName should be let
This commit is contained in:
parent
e6637dcef3
commit
0c5735f7b6
|
@ -10,7 +10,7 @@
|
||||||
|
|
||||||
hexo.extend.tag.register('cloudinary', (args) => {
|
hexo.extend.tag.register('cloudinary', (args) => {
|
||||||
const user = 'curben'
|
const user = 'curben'
|
||||||
const fileName = args[0]
|
let fileName = args[0]
|
||||||
const alt = args[1] || ''
|
const alt = args[1] || ''
|
||||||
let modern = ''
|
let modern = ''
|
||||||
let legacy = ''
|
let legacy = ''
|
||||||
|
|
Loading…
Reference in New Issue