track pageviews with panelbear

This commit is contained in:
m5r
2022-06-26 20:57:44 +02:00
parent 961dc8e461
commit 852a6eb9e5
6 changed files with 59 additions and 4 deletions

3
app/routes/bear[.]js.ts Normal file
View File

@ -0,0 +1,3 @@
import type { LoaderFunction } from "remix";
export const loader: LoaderFunction = () => fetch("https://cdn.panelbear.com/analytics.js");