Skip to content

Commit

Permalink
fix bug with statisctics not going to the right insight project
Browse files Browse the repository at this point in the history
  • Loading branch information
reinhrst committed Sep 5, 2024
1 parent f59992f commit 2c66ca3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/footer._html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
</body>
<script src="https://getinsights.io/js/insights.js"></script>
<script>
const insights_id = (window.location === "behave.claude-apps.com") ? "LZIOzF3YBxQFz68h" : "agV6GnAAVoIvJDuW"
const insights_id = (window.location.host === "behave.claude-apps.com") ? "LZIOzF3YBxQFz68h" : "agV6GnAAVoIvJDuW"
insights.init(insights_id);
insights.trackPages();
</script>
Expand Down

0 comments on commit 2c66ca3

Please sign in to comment.