diff --git a/docs/src/content/pages/entry-layout.mdoc b/docs/src/content/pages/entry-layout.mdoc index 540823021..db934e626 100644 --- a/docs/src/content/pages/entry-layout.mdoc +++ b/docs/src/content/pages/entry-layout.mdoc @@ -25,7 +25,7 @@ blog: collection({ contentField: 'body', }, schema: {} -)} +}) ``` With the above config, the `blog` entry layout will put the `body` field front and center. All the other fields will be placed in a sidebar: