We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09c5162 commit 93fc450Copy full SHA for 93fc450
plugins/custom-plausible-plugin/gatsby-ssr.js
@@ -4,7 +4,7 @@ exports.onRenderBody = ({ setHeadComponents }) => {
4
if (process.env.NODE_ENV === "production") {
5
const scriptProps = {
6
defer: true,
7
- "data-domain": "ui.dev",
+ "data-domain": "usehooks.com",
8
src: `https://pl-proxy.uidotdev.workers.dev/js/script.js`,
9
};
10
0 commit comments