From 5550e9b4ba37604af01bc7d9eb6883f9031bbb19 Mon Sep 17 00:00:00 2001 From: Luke Hagar Date: Fri, 29 Aug 2025 16:00:14 -0500 Subject: [PATCH] Update analytics script source in app.html and add new stats page with Plausible Analytics integration. The new page features a dashboard for public analytics, enhancing user engagement and data visibility. --- src/app.html | 2 +- src/routes/stats/+page.svelte | 27 +++++++++++++++++++++++++++ 2 files changed, 28 insertions(+), 1 deletion(-) create mode 100644 src/routes/stats/+page.svelte diff --git a/src/app.html b/src/app.html index bd19df8..5e85805 100644 --- a/src/app.html +++ b/src/app.html @@ -3,7 +3,7 @@ - + %sveltekit.head% diff --git a/src/routes/stats/+page.svelte b/src/routes/stats/+page.svelte new file mode 100644 index 0000000..d24bcbd --- /dev/null +++ b/src/routes/stats/+page.svelte @@ -0,0 +1,27 @@ + + + + + + + + +
+
+

Site Analytics

+

Public dashboard powered by Plausible

+
+ +
+ +
Stats powered by Plausible Analytics
+
+
+ +