Fix plausible

This commit is contained in:
Max Wofford
2025-03-20 20:07:01 -04:00
parent aebb41fc17
commit 608cd67326
2 changed files with 2 additions and 2 deletions

View File

@@ -15,6 +15,8 @@
<%= favicon_link_tag asset_path('favicon.png'), type: 'image/png' %>
<script defer data-domain="hackatime.hackclub.com" src="https://plausible.io/js/script.file-downloads.hash.js"></script>
<%# Includes all stylesheet files in app/assets/stylesheets %>
<%= stylesheet_link_tag :app %>
<%= javascript_importmap_tags %>

View File

@@ -5,5 +5,3 @@ pin "@hotwired/turbo-rails", to: "turbo.min.js"
pin "@hotwired/stimulus", to: "stimulus.min.js"
pin "@hotwired/stimulus-loading", to: "stimulus-loading.js"
pin_all_from "app/javascript/controllers", under: "controllers"
pin "plausible", to: "https://plausible.io/js/script.file-downloads.hash.js"