Skip to content

Commit

Permalink
chore: add ads script
Browse files Browse the repository at this point in the history
  • Loading branch information
NanmiCoder committed Nov 2, 2024
1 parent cbedcd6 commit ca5a5db
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/.vitepress/config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ export default defineConfig({
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-B5H6D2HDGK');`
],
[
'script',
{async: '', src: 'https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-5210914487984731', crossorigin: 'anonymous'},
]
],
themeConfig: {
Expand Down

0 comments on commit ca5a5db

Please sign in to comment.