Skip to content

Commit d570dd7

Browse files
committed
Add Google Adsense meta
1 parent e8920b4 commit d570dd7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/.vuepress/config.js

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ import { viteBundler } from '@vuepress/bundler-vite'
44
import { fileURLToPath } from 'url';
55

66
let head = [];
7+
head.push(['meta', { name: 'google-adsense-account', content: 'ca-pub-5665154361628767' }]);
78
if (process.env.NODE_ENV === 'production') {
89
head.push(['script', { src: 'https://cdn.usefathom.com/script.js', 'data-spa': 'auto', 'data-site': 'DIOQPXCP', 'defer': true }]);
910
}

0 commit comments

Comments
 (0)