Skip to content
This repository has been archived by the owner on Jun 21, 2023. It is now read-only.

Commit

Permalink
(examples/image-component): fix placeholder href (vercel#26140)
Browse files Browse the repository at this point in the history
  • Loading branch information
HermanNygaard authored Jun 15, 2021
1 parent 7060076 commit e3955c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/image-component/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ const Index = () => (
placeholder effect while that image loads.
</p>
<p>
<Link href="/background">
<Link href="/placeholder">
<a>See an example of the blurry placeholder.</a>
</Link>
</p>
Expand Down

0 comments on commit e3955c0

Please sign in to comment.