Created
October 4, 2021 08:31
-
-
Save cpv123/1626796586a893ff0a67255ecffff14f to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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