svelte:header - isnt this where the component should be loaded? #1438
-
A simple question for default site wide og meta, after following the example on the site, the component is being put directly in the page - shouldn't it go in the |
Beta Was this translation helpful? Give feedback.
Answered by
oekazuma
Apr 7, 2025
Replies: 1 comment
-
The |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
oekazuma
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The
<MetaTags />
component contains<svelte:head>
, so there's no need to use<svelte:head>
when using it.svelte-meta-tags/packages/svelte-meta-tags/src/lib/MetaTags.svelte
Line 50 in a61fb2c