Skip to content
This repository was archived by the owner on Aug 31, 2020. It is now read-only.

Commit d0288e6

Browse files
author
lepon01
committed
let's try 10 i guess
1 parent 7ca35a1 commit d0288e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

node/downloadImages.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ module.exports = (node, base64callback) => {
106106
.resize(1280, 720, {
107107
fit: 'inside'
108108
})
109-
.blur(30)
109+
.blur(10)
110110
.toFile(path.join(__dirname, '..', 'public', 'userassets', `${node.fields.permalink}-cover.png`))
111111
.catch(() => {
112112
// If there's an error - Too bad!

0 commit comments

Comments
 (0)