mirror of
https://github.com/BradNut/awesome-uses
synced 2025-09-08 17:40:31 +00:00
Add some CDN image optimizations
This commit is contained in:
parent
533874034c
commit
0238fccb63
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ import * as icons from '../util/icons';
|
||||||
|
|
||||||
export default function Person({ person, currentTag }) {
|
export default function Person({ person, currentTag }) {
|
||||||
const url = new URL(person.url);
|
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 (
|
return (
|
||||||
<PersonWrapper>
|
<PersonWrapper>
|
||||||
<PersonInner>
|
<PersonInner>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue