Skip to content

Commit

Permalink
docs: remove dangling code reference (#521)
Browse files Browse the repository at this point in the history
  • Loading branch information
benmccann authored Dec 26, 2023
1 parent eff7438 commit 363bc6c
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions docs/sveltekit.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,6 @@ Adapting from [the HTML integration guide](https://partytown.builder.io/html)
</script>
<svelte:head>
<!-- Config options -->
<script>
// Forward the necessary functions to the web worker layer
partytown = {
forward: ['dataLayer.push']
}
</script>
{@html '<script>' + partytownSnippet() + '</script>'}
</svelte:head>
```
Expand All @@ -70,6 +62,7 @@ This is where we use partytown to add those scripts (note `type="text/partytown"
<svelte:head>
<script>
// Forward the necessary functions to the web worker layer
partytown = {
forward: ['dataLayer.push']
};
Expand Down

1 comment on commit 363bc6c

@vercel
Copy link

@vercel vercel bot commented on 363bc6c Dec 26, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.