Add google adsense

This commit is contained in:
Jerome Wu 2023-07-27 01:10:14 +08:00
parent f12e4bcdac
commit 30c9e80694

View File

@ -166,6 +166,13 @@ const config = {
], ],
], ],
themes: ["@docusaurus/theme-live-codeblock"], 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; module.exports = config;