You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: A head component is a component that is rendered in the HTML HEAD.
4
+
---
5
+
6
+
A `head` is a [component](component.md) that is rendered in the [HTML Head node](head.md).
7
+
8
+
## How to create a Head component
9
+
10
+
See [How to create a head component](../howto/add-a-head.md)
11
+
12
+
## Not a Client Component Restriction
13
+
14
+
Head component cannot be [client component](../reference/rsc.md#client-component)
15
+
otherwise you get the [fatal rsc error](../reference/rsc.md#only-plain-objects-error)
16
+
17
+
## Default
18
+
19
+
The default one can be seen in the [main/src/resources/components/heads directory](https://github.com/combostrap/interact/tree/main/src/resources/components/heads)
20
+
21
+
If you want to override the default ones, you should create a head with the same name and store it at:
0 commit comments