Skip to content

Commit

Permalink
Add google adsense
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromewu committed Jul 26, 2023
1 parent 8b31e7b commit 63d0b6e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions apps/website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,13 @@ const config = {
],
],
themes: ["@docusaurus/theme-live-codeblock"],
scripts: [
{
src: "https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-8688083214014126",
async: true,
crossorigin: "anonymous",
},
],
};

module.exports = config;

0 comments on commit 63d0b6e

Please sign in to comment.