Skip to content

Commit

Permalink
docs: fix typo in facebook-pixel page (#524)
Browse files Browse the repository at this point in the history
  • Loading branch information
abdelsalamshahlol authored Jan 6, 2024
1 parent 3e9c3d1 commit 1488e88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/facebook-pixel.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Facebook Pixel uses the [fbq()](https://www.facebook.com/business/help/402791146
```js
// https://partytown.builder.io/configuration
{
resolveUrl={function(url) {
resolveUrl: function(url) {
if (url.hostname === "connect.facebook.net") {
var proxyUrl = new URL('https://my-reverse-proxy.com/');
proxyUrl.searchParams.append('url', url.href);
Expand Down

1 comment on commit 1488e88

@vercel
Copy link

@vercel vercel bot commented on 1488e88 Jan 6, 2024

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.