Skip to content

Commit

Permalink
Remove invalid ;
Browse files Browse the repository at this point in the history
  • Loading branch information
adriaandotcom authored Jul 30, 2024
1 parent 2a94437 commit d19fbdd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions _docs/31_integrations/00_gatsby.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ It tracks page views with support for `pushState` navigation. It sends the data
trackPageViews: true,
},
},
];
]
```

1. If you want to set a custom domain, use this config:
Expand All @@ -45,7 +45,7 @@ It tracks page views with support for `pushState` navigation. It sends the data
ignorePages: ["pathname"],
},
},
];
]
```

[Read our docs](https://docs.simpleanalytics.com/bypass-ad-blockers) on the custom domain feature.
Expand All @@ -64,7 +64,7 @@ plugins: [
metomic: "POLICY-SLUG",
},
},
];
]
```

It will result in something like this:
Expand Down

0 comments on commit d19fbdd

Please sign in to comment.