We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e07c53d commit 230b7fcCopy full SHA for 230b7fc
lib/diff_web/templates/layout/header.html.eex
@@ -14,7 +14,7 @@
14
<link rel="stylesheet" href="<%= Routes.static_path(@conn, "/css/app.css") %>"/>
15
16
<%= if host = Application.get_env(:diff, :host) do %>
17
- <script async defer data-domain="<%= host %>" src="https://stats.<%= Application.fetch_env!(:diff, :hexpm_host) %>/js/index.js"></script>
+ <script async defer data-domain="<%= host %>" src="https://stats.<%= Application.fetch_env!(:diff, :hexpm_host) %>/js/plausible.js"></script>
18
<% end %>
19
</head>
20
<body>
0 commit comments