Skip to content

Instantly share code, notes, and snippets.

@cpv123
Created October 4, 2021 08:31
Show Gist options
  • Save cpv123/1626796586a893ff0a67255ecffff14f to your computer and use it in GitHub Desktop.
Save cpv123/1626796586a893ff0a67255ecffff14f to your computer and use it in GitHub Desktop.
import PlausibleProvider from "next-plausible";
function MyApp({ Component, pageProps }: AppProps) {
return (
<PlausibleProvider domain="best-ecommercesite.com">
<Component {...pageProps} />
</PlausibleProvider>
);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment