From 1d77a3b3d85b14ce2713ed27a4d7ad52c7a984fe Mon Sep 17 00:00:00 2001 From: ooyay <91382501+ooyay@users.noreply.github.com> Date: Wed, 16 Oct 2024 04:02:19 +0300 Subject: [PATCH] Replace )} with }) for proper closure. (#1332) --- docs/src/content/pages/entry-layout.mdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: