Skip to content

Commit 019c13d

Browse files
authored
docs: Update metrics (#3277)
1 parent 94e5780 commit 019c13d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/_templates/layout.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{% extends "!layout.html" %}
22

33
{% block extrahead %}
4-
<script defer data-domain="docs.sqlc.dev" src="https://plausible.io/js/plausible.js"></script>
4+
<script defer data-domain="docs.sqlc.dev" data-api="https://proxy.sqlc.dev/api/event" src="https://proxy.sqlc.dev/js/script.js"></script>
55
{{ super() }}
6-
{% endblock %}
6+
{% endblock %}

0 commit comments

Comments
 (0)