Add some CDN image optimizations

This commit is contained in:
Kiko Beats 2020-01-14 15:03:57 +01:00 committed by GitHub
parent 533874034c
commit 0238fccb63
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 (
<PersonWrapper>
<PersonInner>