Skip to content

Commit b04a853

Browse files
Merge branch 'main' into add-data-mutation-guide
2 parents 72bcd1a + e376222 commit b04a853

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

src/routes/solid-meta/getting-started/installation-and-setup.mdx

+7-1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,12 @@ yarn add @solidjs/meta
3030
pnpm add @solidjs/meta
3131
```
3232
</div>
33+
34+
<div id="deno">
35+
```bash frame="none"
36+
deno add npm:@solidjs/meta
37+
```
38+
</div>
3339
</TabsCodeBlocks>
3440

3541
## Setup
@@ -61,4 +67,4 @@ const App = () => (
6167
On the server, tags are collected, and then on the client, server-generated tags are replaced with those rendered on the client side.
6268
This process is important for maintaining the expected behavior, such as Single Page Applications (SPAs) when pages load that require changes to the head tags.
6369

64-
However, you can manage asset insertion using `getAssets` from `solid-js/web`.
70+
However, you can manage asset insertion using `getAssets` from `solid-js/web`.

0 commit comments

Comments
 (0)