Skip to content

Commit

Permalink
Fix metadata package reference: solid-meta -> @solidjs/meta (#848)
Browse files Browse the repository at this point in the history
  • Loading branch information
jakeisnt authored Aug 19, 2024
1 parent 0de28d5 commit dc5632e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: "Head and metadata"
---

SolidStart does not come with a metadata library.
In cases where you want to customize the content in the `head` of your `document`, you can use the `solid-meta` library.
In cases where you want to customize the content in the `head` of your `document`, you can use the `@solidjs/meta` library.

The common elements used in the [`head`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/head) are:

Expand Down Expand Up @@ -129,4 +129,4 @@ export default function About() {
</>
);
}
```
```

0 comments on commit dc5632e

Please sign in to comment.