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
Copy file name to clipboardExpand all lines: src/routes/solid-start/building-your-application/head-and-metadata.mdx
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,12 @@ title: "Head and metadata"
5
5
SolidStart does not come with a metadata library.
6
6
In cases where you want to customize the content in the `head` of your `document`, you can use the `@solidjs/meta` library.
7
7
8
+
<divid="npm">
9
+
```bash frame="none"
10
+
npm i @solidjs/meta
11
+
```
12
+
</div>
13
+
8
14
The common elements used in the [`head`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/head) are:
9
15
10
16
-[`title`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/title): Specifies the title of the page, used by the browser tab and headings of search results.
0 commit comments