diff --git a/scripts/cloudinary.js b/scripts/cloudinary.js
index a369816..0f27273 100644
--- a/scripts/cloudinary.js
+++ b/scripts/cloudinary.js
@@ -14,8 +14,9 @@ hexo.extend.tag.register('cloudinary', (args) => {
const alt = args[1] || ''
let modern = ''
let legacy = ''
- const cloudinary = 'https://res.cloudinary.com/' + user +
- '/image/upload/f_auto,q_auto'
+ const cloudinary = 'https://cdn.statically.io/img/res.cloudinary.com/' + user +
+ '/image/upload/q_auto'
+ const original = 'https://cdn.statically.io/img/res.cloudinary.com/' + user + '/' + fileName
if (fileName.endsWith('.png')) {
modern = fileName.replace(/\.png$/, '.webp')
@@ -40,7 +41,7 @@ hexo.extend.tag.register('cloudinary', (args) => {
alt="${alt}">`
if (fileName.endsWith('.png') || fileName.endsWith('.webp')) {
- return `
+ return `