This commit is contained in:
Zachary Baird 2023-04-19 23:55:59 -04:00
commit c93632421d
2 changed files with 2 additions and 2 deletions

View File

@ -131,7 +131,7 @@ export const md = (options = {}) => {
} catch (err) {
/* empty */
}
token.attrs[index][1] = `//wsrv.nl/?url=${encodeURIComponent(src)}`
token.attrs[index][1] = `https://wsrv.nl/?url=${encodeURIComponent(src)}`
}
return defaultImageRenderer(tokens, idx, options, env, self)

View File

@ -1,7 +1,7 @@
{
"name": "omorphia",
"type": "module",
"version": "0.4.6",
"version": "0.4.7",
"files": [
"dist"
],