Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Rich-Harris committed Apr 12, 2024
1 parent 3148f19 commit 94c96b5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,9 @@
</script>

<svelte:head>
<script type="application/ld+json">{JSON.stringify(jsonLd)}</script>
<script type="application/ld+json">
{
"foo": "bar"
}
</script>
</svelte:head>
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
<svelte:head>
<script type="application/ld+json">
{
JSON.stringify(jsonLd);
"foo":
"bar"
}
</script>
</svelte:head>

0 comments on commit 94c96b5

Please sign in to comment.