Skip to content

Commit

Permalink
Revert "Fix plausible URL"
Browse files Browse the repository at this point in the history
This reverts commit e07c53d.
  • Loading branch information
wojtekmach committed Sep 5, 2024
1 parent e07c53d commit 230b7fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/diff_web/templates/layout/header.html.eex
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<link rel="stylesheet" href="<%= Routes.static_path(@conn, "/css/app.css") %>"/>

<%= if host = Application.get_env(:diff, :host) do %>
<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>
<% end %>
</head>
<body>
Expand Down

0 comments on commit 230b7fc

Please sign in to comment.