We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent acda4b1 commit 73262c6Copy full SHA for 73262c6
1 file changed
src/routes/solid-meta/reference/meta/use-head.mdx
@@ -17,11 +17,7 @@ description: >-
17
including scripts and JSON-LD, while staying SSR-ready.
18
---
19
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.
+`useHead` is a low-level API for registering custom `<head>` tags with the nearest [`MetaProvider`](/solid-meta/reference/meta/metaprovider).
25
26
## When to use useHead
27
0 commit comments