Skip to content

Commit ca5a5db

Browse files
committed
chore: add ads script
1 parent cbedcd6 commit ca5a5db

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/.vitepress/config.mjs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ export default defineConfig({
1818
function gtag(){dataLayer.push(arguments);}
1919
gtag('js', new Date());
2020
gtag('config', 'G-B5H6D2HDGK');`
21+
],
22+
[
23+
'script',
24+
{async: '', src: 'https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-5210914487984731', crossorigin: 'anonymous'},
2125
]
2226
],
2327
themeConfig: {

0 commit comments

Comments
 (0)