We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 761fd4a + f3d9d33 commit c0cddf1Copy full SHA for c0cddf1
app/layout.tsx
@@ -71,6 +71,12 @@ export default async function RootLayout({ children }: { children: React.ReactNo
71
<head>
72
{process.env.USER_MAVEN_KEY && (
73
<>
74
+ <Script
75
+ src="https://app.tinyadz.com/scripts/ads.js?siteId=67d9308722e24b2f06e9986b"
76
+ strategy="afterInteractive"
77
+ type="module"
78
+ async
79
+ />
80
<Script
81
src="https://analytic-api.marsx.dev/script.js"
82
strategy="afterInteractive"
0 commit comments