Skip to content

Commit 93fc450

Browse files
authored
Update domain for analytics
1 parent 09c5162 commit 93fc450

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/custom-plausible-plugin/gatsby-ssr.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ exports.onRenderBody = ({ setHeadComponents }) => {
44
if (process.env.NODE_ENV === "production") {
55
const scriptProps = {
66
defer: true,
7-
"data-domain": "ui.dev",
7+
"data-domain": "usehooks.com",
88
src: `https://pl-proxy.uidotdev.workers.dev/js/script.js`,
99
};
1010

0 commit comments

Comments
 (0)