Skip to content

Commit

Permalink
fix hash-link (#39929)
Browse files Browse the repository at this point in the history
  • Loading branch information
theMosaad committed Aug 25, 2022
1 parent a9772b1 commit 9a7a8ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api-reference/next/future/image.md
Expand Up @@ -51,7 +51,7 @@ Compared to `next/image`, the new `next/future/image` component has the followin
- Use [`priority`](#priority) if the image is above the fold
- [Firefox 67+](https://bugzilla.mozilla.org/show_bug.cgi?id=1556156) displays a white background while loading progressive jpeg. Possible solutions:
- Enable [AVIF `formats`](#acceptable-formats)
- Use [`placeholder="blur"`](#blur)
- Use [`placeholder="blur"`](#placeholder)

## Migration

Expand Down

0 comments on commit 9a7a8ac

Please sign in to comment.