Skip to content

Commit

Permalink
feat: enable ads uding moneytag
Browse files Browse the repository at this point in the history
deepakshrma committed Feb 22, 2024
1 parent 5219503 commit ad934fd
Showing 3 changed files with 5 additions and 13 deletions.
13 changes: 2 additions & 11 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
@@ -18,18 +18,9 @@ module.exports = {
},
],
scripts: [
// {
// src: "https://alwingulla.com/88/tag.min.js",
// "data-zone": "46090",
// "data-cfasync": "false",
// async: true,
// crossorigin: "anonymous",
// },
{
src: "//upskittyan.com/ntfc.php?p=7123496",
async: true,
onerror: "_fndlwf()",
onload: "_zdcerrie()",
"data-cfasync": "false",
src: "/30-seconds-of-typescript/ad_7123489.js",
},
],
themeConfig: {
2 changes: 1 addition & 1 deletion src/pages/index.js
Original file line number Diff line number Diff line change
@@ -65,7 +65,7 @@ function Home() {
return (
<Layout title={siteConfig.title} description={siteConfig.tagline}>
<Head>
{/* <script data-cfasync="false" type="text/javascript" src="/ad_7123489.js"></script> */}
{/* <script type="text/javascript" src="/ad_7123489.js"></script> */}
</Head>
<header className={clsx("hero hero--primary", styles.heroBanner)}>
<div className="container">
3 changes: 2 additions & 1 deletion static/ad_7123489.js

Large diffs are not rendered by default.

0 comments on commit ad934fd

Please sign in to comment.