Skip to content

Commit 3848a95

Browse files
committed
Change Fathom's custom domain
1 parent 333c28f commit 3848a95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data/hooks/analytics.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export const useAnalytics = () => {
88
useEffect(() => {
99
Fathom.load(process.env.NEXT_PUBLIC_FATHOM_SITE_ID, {
1010
includedDomains: ['ui-snippets.dev'],
11-
url: 'https://bovid.ui-snippets.dev/script.js'
11+
url: 'https://leopard.ui-snippets.dev/script.js'
1212
});
1313

1414
function onRouteChangeComplete() {

0 commit comments

Comments
 (0)