Skip to content

Commit 73262c6

Browse files
Update src/routes/solid-meta/reference/meta/use-head.mdx
Co-authored-by: Sarah <hello@sarahgerrard.me>
1 parent acda4b1 commit 73262c6

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

src/routes/solid-meta/reference/meta/use-head.mdx

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,7 @@ description: >-
1717
including scripts and JSON-LD, while staying SSR-ready.
1818
---
1919

20-
`useHead` registers a custom head tag with the nearest [`MetaProvider`](/solid-meta/reference/meta/metaprovider).
21-
It is the low-level API used by the head components.
22-
It must be called under a `MetaProvider`, or it throws.
23-
24-
Use it when you need a tag that does not have a dedicated component or when you need full control over closing tags and escaping.
20+
`useHead` is a low-level API for registering custom `<head>` tags with the nearest [`MetaProvider`](/solid-meta/reference/meta/metaprovider).
2521

2622
## When to use useHead
2723

0 commit comments

Comments
 (0)