Skip to content

Commit

Permalink
Update Plausible analytics domain name
Browse files Browse the repository at this point in the history
  • Loading branch information
clue committed Mar 7, 2024
1 parent 201f2d4 commit e543c15
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion overrides/main.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% extends "base.html" %}

{% block analytics %}
<script async defer data-domain="framework-x.clue.engineering" src="https://plausible.io/js/plausible.js"></script>
<script async defer data-domain="framework-x.org" src="https://plausible.io/js/plausible.js"></script>
{% endblock %}
2 changes: 1 addition & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<script src="src/highlight.pack.js"></script>
<script>hljs.highlightAll();</script>

<script async defer data-domain="framework-x.clue.engineering" src="https://plausible.io/js/plausible.js"></script>
<script async defer data-domain="framework-x.org" src="https://plausible.io/js/plausible.js"></script>
</head>

<div class="relative bg-gray-900 overflow-hidden">
Expand Down

0 comments on commit e543c15

Please sign in to comment.