Skip to content

Commit

Permalink
Fixing white space
Browse files Browse the repository at this point in the history
  • Loading branch information
weotch committed Nov 30, 2023
1 parent 8dcb73b commit f92f5ea
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/contentful/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Where `image` and `video` are asset fields defined by these GQL fragments:

```gql
fragment image on Asset {
title
title
description
fileName
width
Expand Down Expand Up @@ -68,7 +68,7 @@ Where `background` is defined by this GQL fragment (this consumes the previous f

```gql
fragment visual on Visual {
image { ...image }
image { ...image }
portraitImage { ...image }
video { ...video }
portraitVideo { ...video }
Expand Down Expand Up @@ -105,7 +105,7 @@ For more examples, read [the Cypress component tests](./cypress/component).
| -- | -- | --
| `priority` | `boolean` | Sets [`next/image`'s `priority`](https://nextjs.org/docs/pages/api-reference/components/image#priority) and videos to not lazy load.
| `sizes` | `string` | Sets [`next/image`'s `sizes`](https://nextjs.org/docs/pages/api-reference/components/image#sizes) prop.
| `imageLoader` | `Function` | This is passed through [to `next/image`'s `loader` prop](https://nextjs.org/docs/app/api-reference/components/image#loader).


### Video

Expand Down

0 comments on commit f92f5ea

Please sign in to comment.