Skip to content

Commit 63d0b6e

Browse files
committed
Add google adsense
1 parent 8b31e7b commit 63d0b6e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

apps/website/docusaurus.config.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,13 @@ const config = {
166166
],
167167
],
168168
themes: ["@docusaurus/theme-live-codeblock"],
169+
scripts: [
170+
{
171+
src: "https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-8688083214014126",
172+
async: true,
173+
crossorigin: "anonymous",
174+
},
175+
],
169176
};
170177

171178
module.exports = config;

0 commit comments

Comments
 (0)