We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b92f083 commit 865e2baCopy full SHA for 865e2ba
src/app/layout.tsx
@@ -26,11 +26,13 @@ export default function Layout({ children }: { children: ReactNode }) {
26
defer
27
data-domain={process.env.NEXT_PUBLIC_ANALYTICS_DOMAIN}
28
src={process.env.NEXT_PUBLIC_ANALYTICS_URL}
29
+ id="plausible-script"
30
/>
31
<Script
32
dangerouslySetInnerHTML={{
33
__html: `window.plausible = window.plausible || function() { (window.plausible.q = window.plausible.q || []).push(arguments) }`,
34
}}
35
+ id="plausible-window"
36
37
<RootProvider>{children}</RootProvider>
38
</body>
0 commit comments