Skip to content

Commit

Permalink
feat: add Google AdSense meta tag to document head
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob-lcs committed Jan 18, 2025
1 parent 1229b38 commit 884ea57
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pages/_document.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ class MyDocument extends Document {
href="/static/favicons/favicon-16x16.png"
/>
<meta name="baidu-site-verification" content="codeva-pYAQU8OXxE" />
<meta name="google-adsense-account" content="ca-pub-7669803939408201" />
<link rel="manifest" href="/static/favicons/site.webmanifest" />
<link rel="mask-icon" href="/static/favicons/safari-pinned-tab.svg" color="#5bbad5" />
<meta name="msapplication-TileColor" content="#000000" />
Expand Down

0 comments on commit 884ea57

Please sign in to comment.