Skip to content

Commit

Permalink
Add support for plausible custom properties
Browse files Browse the repository at this point in the history
  • Loading branch information
mlandauer committed Nov 13, 2024
1 parent 73b21ef commit 980d457
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/application/_html_head.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<%= render "google_tag_manager" %>
<% if Rails.env.production? %>
<%# plausible.io analytics %>
<script defer data-domain="planningalerts.org.au" src="/js/script.outbound-links.js"></script>
<script defer data-domain="planningalerts.org.au" src="/js/script.outbound-links.pageview-props.js"></script>
<% end %>

<%= stylesheet_link_tag "tailwind", "data-turbo-track": "reload" %>
Expand Down

0 comments on commit 980d457

Please sign in to comment.