Compare commits

...

2 commits

Author SHA1 Message Date
Jivan Pal
07acc404d1
Merge 405a455d6d into 49d1e7014b 2025-07-15 11:22:52 +10:00
Eugene Burmakin
49d1e7014b Add simple analytics 2025-07-14 21:26:19 +02:00

View file

@ -17,6 +17,9 @@
<%= render 'application/favicon' %>
<%= Sentry.get_trace_propagation_meta.html_safe if Sentry.initialized? %>
<% if !DawarichSettings.self_hosted? %>
<script async src="https://scripts.simpleanalyticscdn.com/latest.js"></script>
<% end %>
</head>
<body class='min-h-screen'>