Skip to content

Commit

Permalink
Replace )} with }) for proper closure. (#1332)
Browse files Browse the repository at this point in the history
  • Loading branch information
ooyay authored Oct 16, 2024
1 parent 03e10a7 commit 1d77a3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/content/pages/entry-layout.mdoc
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 1d77a3b

Please sign in to comment.