Initial analytics #36

Merged
BlakeRain merged 11 commits from analytics into main 2023-09-16 23:01:03 +00:00
Showing only changes of commit e56c87bee3 - Show all commits

View File

@ -364,7 +364,7 @@ pub fn analytics() -> Html {
{
let send_beacon = send_beacon.clone();
use_effect_with_deps(
move |loc| {
move |_| {
send_beacon.run();
send_analytics.run();
},