Skip to content

Commit 3e784d0

Browse files
committed
chore: Added description seo.
1 parent 1be2c7e commit 3e784d0

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

bun.lockb

0 Bytes
Binary file not shown.

dev/pages/+Layout.tsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ export default function Layout(props: FlowProps) {
1010
<>
1111
<Head>
1212
<meta charset="utf-8" />
13+
<meta
14+
name="description"
15+
content="A collection of zero-dependency hooks for SolidJS forked directly from Mantine Hooks, with some improvements."
16+
/>
1317
<meta name="viewport" content="width=device-width, initial-scale=1" />
1418
<meta name="theme-color" content="#000000" />
1519
</Head>

0 commit comments

Comments
 (0)