Skip to content

Commit b581495

Browse files
committed
feat(docs): add meta description
1 parent ad79d0a commit b581495

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/src/components/RouterHead/RouterHead.tsx

+2-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ export const RouterHead = component$(() => {
1313
return (
1414
<>
1515
<title>{head.title}</title>
16-
16+
<meta name="description" content="Partytown is a lazy-loaded library to help relocate resource intensive scripts into a web worker" />
17+
1718
<link rel="canonical" href={loc.url.href} />
1819
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
1920
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />

0 commit comments

Comments
 (0)