We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad79d0a commit b581495Copy full SHA for b581495
docs/src/components/RouterHead/RouterHead.tsx
@@ -13,7 +13,8 @@ export const RouterHead = component$(() => {
13
return (
14
<>
15
<title>{head.title}</title>
16
-
+ <meta name="description" content="Partytown is a lazy-loaded library to help relocate resource intensive scripts into a web worker" />
17
+
18
<link rel="canonical" href={loc.url.href} />
19
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
20
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
0 commit comments