Skip to content

Commit c0cddf1

Browse files
authored
Merge pull request #155 from sidiDev/main
Add Ad script to layout header
2 parents 761fd4a + f3d9d33 commit c0cddf1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

app/layout.tsx

+6
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,12 @@ export default async function RootLayout({ children }: { children: React.ReactNo
7171
<head>
7272
{process.env.USER_MAVEN_KEY && (
7373
<>
74+
<Script
75+
src="https://app.tinyadz.com/scripts/ads.js?siteId=67d9308722e24b2f06e9986b"
76+
strategy="afterInteractive"
77+
type="module"
78+
async
79+
/>
7480
<Script
7581
src="https://analytic-api.marsx.dev/script.js"
7682
strategy="afterInteractive"

0 commit comments

Comments
 (0)