Skip to content

Commit

Permalink
docs: minor
Browse files Browse the repository at this point in the history
  • Loading branch information
brillout committed Jul 20, 2024
1 parent d0a885a commit a4ed0d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/pages/bodyHtmlBegin/+Page.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ import { ImplementedBy, UiFrameworkExtension } from '../../components'
Environment: server.
<ImplementedBy by={<UiFrameworkExtension name list={['vike-vue']}/>} noCustomGuide={true}>`bodyHtmlBegin`</ImplementedBy>

Setting for inserting HTML at the beginning of the `<body>` tag, see <Link href="/bodyHtmlEnd">`bodyHtmlEnd`</Link>.
Setting for inserting HTML at the beginning of the `<body>` tag, see the documentation of <Link href="/bodyHtmlEnd">`bodyHtmlEnd`</Link>.
2 changes: 1 addition & 1 deletion docs/pages/bodyHtmlEnd/+Page.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { ImplementedBy, UiFrameworkExtension } from '../../components'
Environment: server.
<ImplementedBy by={<UiFrameworkExtension name list={['vike-vue']}/>} noCustomGuide={true}>`bodyHtmlEnd`</ImplementedBy>

Setting to insert HTML at the end of the `<body>` tag. See also <Link href="/bodyHtmlBegin" />.
The settings `bodyHtmlEnd`/<Link href="/bodyHtmlBegin" /> enable you to insert HTML at the beginning/end of the `<body>` tag.

It's usually used for adding the HTML targets of teleports.

Expand Down

0 comments on commit a4ed0d6

Please sign in to comment.