Skip to content

Commit

Permalink
feat: Add an Adsense meta tag.
Browse files Browse the repository at this point in the history
  • Loading branch information
Artmann committed Oct 27, 2024
1 parent 37c8682 commit c380a71
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/root.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ export const meta: V2_MetaFunction = () => {
{
name: 'description',
content: 'Discover how much revenue video games make on Steam.'
},
{
name: 'google-adsense-account',
content: 'ca-pub-7586045516328295'
}
]
}
Expand Down

0 comments on commit c380a71

Please sign in to comment.