import Head from 'next/head'; import Link from 'next/link'; import Layout from 'components/Layout'; export default function Test({ websiteId }) { return ( <>
{typeof window !== 'undefined' && ( )}Here you can test if your umami installation works. Open the network tab in your browser's developer console and watch for requests to the url collect. The links below should trigger page views. Clicking on the button should trigger an event.