Skip to content

Commit e376222

Browse files
Add deno info to installation-and-setup docs (#1015)
1 parent 3132273 commit e376222

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

Lines changed: 7 additions & 1 deletion
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)