Skip to content

Commit

Permalink
Update analytics endpoint πŸ“ˆ
Browse files Browse the repository at this point in the history
  • Loading branch information
wotschofsky authored Oct 18, 2023
1 parent 0a3a807 commit d54ec7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Analytics.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const Analytics: FC = () => {
_paq.push(['enableLinkTracking']);
_paq.push(['enableHeartBeatTimer', 5]);
(function() {
var u="https://analytics.felisk.io/";
var u="https://analytics.wsky.dev/";
_paq.push(['setTrackerUrl', u + 'accumulator.php']);
_paq.push(['setSiteId', '13']);
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
Expand Down

1 comment on commit d54ec7b

@vercel
Copy link

@vercel vercel bot commented on d54ec7b Oct 18, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

domain-digger – ./

domain-digger-wotschofsky.vercel.app
domain-digger-git-main-wotschofsky.vercel.app
www.digger.tools
digger.tools

Please sign in to comment.