Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/src/content/pages/recipes/astro-images.mdoc
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ As long as the image path stored is within the `src/assets` directory, Astro wil

## Images inside MDX or Markdoc fields

Images uploaded via the [MDX](/docs/fields/mdx) of [Markdoc](/docs/fields/markdoc) fields can be configured the same way as standalone image fields via the `options` object:
Images uploaded via the [MDX](/docs/fields/mdx) or [Markdoc](/docs/fields/markdoc) fields can be configured the same way as standalone image fields via the `options` object:

```ts
content: fields.mdx({
Expand Down