Skip to content

Commit dba7a15

Browse files
deepanshu188kodiakhq[bot]LadyBluenotes
authored
Added: solidjs/meta install hint (#969)
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com> Co-authored-by: Sarah <gerrardsarah@gmail.com>
1 parent 587bf55 commit dba7a15

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/routes/solid-start/building-your-application/head-and-metadata.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ title: "Head and metadata"
55
SolidStart does not come with a metadata library.
66
In cases where you want to customize the content in the `head` of your `document`, you can use the `@solidjs/meta` library.
77

8+
<div id="npm">
9+
```bash frame="none"
10+
npm i @solidjs/meta
11+
```
12+
</div>
13+
814
The common elements used in the [`head`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/head) are:
915

1016
- [`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

Comments
 (0)