Linkvertise addition
This commit is contained in:
@@ -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 />
|
||||
|
||||
Reference in New Issue
Block a user