diff --git a/app/page.tsx b/app/page.tsx index 5705d4e..b1dd77a 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -1,8 +1,16 @@ +"use client"; +import { usePlausible } from 'next-plausible' import Image from "next/image"; export default function Home() { + const plausible = usePlausible(); return (
+

+ +

Get started by editing