Skip to content

Commit

Permalink
Add Google Adsense meta
Browse files Browse the repository at this point in the history
  • Loading branch information
gilbitron committed Sep 25, 2023
1 parent e8920b4 commit d570dd7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/.vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import { viteBundler } from '@vuepress/bundler-vite'
import { fileURLToPath } from 'url';

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

1 comment on commit d570dd7

@vercel
Copy link

@vercel vercel bot commented on d570dd7 Sep 25, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.