Skip to content

Commit

Permalink
feat(docs): add meta description
Browse files Browse the repository at this point in the history
  • Loading branch information
gioboa committed Dec 21, 2024
1 parent ad79d0a commit 397103b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/src/components/RouterHead/RouterHead.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ export const RouterHead = component$(() => {
return (
<>
<title>{head.title}</title>

<meta name="description" content={head.frontmatter.title} />

<link rel="canonical" href={loc.url.href} />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
Expand Down

0 comments on commit 397103b

Please sign in to comment.