Skip to content

Commit

Permalink
fixed /who image src tag (#16)
Browse files Browse the repository at this point in the history
fixed /who image src tag
  • Loading branch information
BiscuiTech authored Jan 27, 2020
2 parents fe8382b + c1c168d commit d214428
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Who.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ const Who = () => {
<Header>{t('whoTitle')}</Header>
<WhoWrapper>
<Img>
<Image publicId="biscuitech-portrait" cloudName="biscuitech" alt="Mug shot of Jean-Cédric Huet, also known as BiscuiTech">
<Image publicId="biscui.tech/biscuitech-portrait" cloudName="biscuitech" alt="Mug shot of Jean-Cédric Huet, also known as BiscuiTech">
<Transformation width="400" quality="auto" crop="scale" />
</Image>
</Img>
Expand Down

1 comment on commit d214428

@vercel
Copy link

@vercel vercel bot commented on d214428 Jan 27, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.