diff --git a/application/src/components/Layout.tsx b/application/src/components/Layout.tsx index b2aefa5..d955c52 100644 --- a/application/src/components/Layout.tsx +++ b/application/src/components/Layout.tsx @@ -9,7 +9,7 @@ export const siteTitle = 'FediSearch' const Layout:React.FC<{ matomoConfig:UserOptions, children: React.ReactNode }> = ({ matomoConfig, children }) => { useEffect(() => { getMatomo(matomoConfig).trackPageView() - }) + }, []) return (