Skip to content

Commit

Permalink
Update i18n-head.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
florian-lefebvre authored May 1, 2024
1 parent 515e1c9 commit 2cdf465
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/content/docs/reference/components/i18n-head.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ import I18nHead from "@astrolicious/i18n/components/I18nHead.astro"
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<meta name="viewport" content="width=device-width" />
<meta name="generator" content={Astro.generator} />
<I18NHead />
<I18nHead />
<slot name="head" />
</head>
<body>
<slot />
</body>
</html>
```
```

0 comments on commit 2cdf465

Please sign in to comment.