Linkvertise addition

This commit is contained in:
2025-03-12 13:52:49 -04:00
parent 01dc9c9749
commit 5082135d62
2 changed files with 12 additions and 0 deletions

View File

@@ -88,6 +88,15 @@ export default function RootLayout({ children }: { children: React.ReactNode })
});
}}
/>
<Script
src="https://publisher.linkvertise.com/cdn/linkvertise.js"
strategy="afterInteractive"
onLoad={() => {
if (typeof linkvertise === "function") {
linkvertise(1318261, { whitelist: ["https://nulltranslation.com/early/"], blacklist: [] });
}
}}
/>
</head>
<body className="bg-gray-100 dark:bg-gray-900 text-gray-900 dark:text-gray-100 min-h-screen">
<KofiWidget />