Skip to content

Commit

Permalink
fixed /who image src tag
Browse files Browse the repository at this point in the history
  • Loading branch information
BiscuiTech committed Jan 27, 2020
1 parent fc16754 commit c1c168d
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

0 comments on commit c1c168d

Please sign in to comment.