@ -34,9 +34,12 @@ export const App = ({ url }: { url?: string }) => {
const handleRouteChange = () => {
// @ts-ignore
window.goatcounter.count({
path: location.pathname + location.search + location.hash,
})
if (window.goatcounter) {
}
return (