From 0238fccb63e1e1f556dc645836cf87d2cb2becff Mon Sep 17 00:00:00 2001 From: Kiko Beats Date: Tue, 14 Jan 2020 15:03:57 +0100 Subject: [PATCH] Add some CDN image optimizations --- src/components/Person.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Person.js b/src/components/Person.js index 15fac78c..07b95961 100644 --- a/src/components/Person.js +++ b/src/components/Person.js @@ -7,7 +7,7 @@ import * as icons from '../util/icons'; export default function Person({ person, currentTag }) { const url = new URL(person.url); - const img = `https://images.weserv.nl/?url=https://unavatar.now.sh/${url.host}&w=50` + const img = `https://images.weserv.nl/?url=https://unavatar.now.sh/${url.host}&w=50&l=9&af&il&n=-1` return (