Skip to content

Commit 230b7fc

Browse files
committed
Revert "Fix plausible URL"
This reverts commit e07c53d.
1 parent e07c53d commit 230b7fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/diff_web/templates/layout/header.html.eex

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<link rel="stylesheet" href="<%= Routes.static_path(@conn, "/css/app.css") %>"/>
1515

1616
<%= 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>
17+
<script async defer data-domain="<%= host %>" src="https://stats.<%= Application.fetch_env!(:diff, :hexpm_host) %>/js/plausible.js"></script>
1818
<% end %>
1919
</head>
2020
<body>

0 commit comments

Comments
 (0)