Skip to content

Commit

Permalink
Merge pull request #19 from MatheusAlvesPereira/dev
Browse files Browse the repository at this point in the history
add googlekey ads
  • Loading branch information
MatheusAlvesPereira authored Nov 19, 2024
2 parents a6d8cf2 + 5536194 commit bea5a35
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/components/BaseHead.astro
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ import { SEO } from "astro-seo";
import { SITE_TITLE, SITE_DESCRIPTION, TWITTER_CREATOR } from "@src/consts";
import { getLocale } from "astro-i18n-aut";
const googleContentKey = import.meta.env.googlekey
interface Props {
title: string;
description: string;
Expand All @@ -27,6 +29,8 @@ const { title = SITE_TITLE, description = SITE_DESCRIPTION, image = "/blog-place
<!-- Global Metadata -->
<meta charset="utf-8" />

<meta name="google-adsense-account" content={googleContentKey}>

<!-- Primary Meta Tags -->
<title>{title}</title>

Expand Down

0 comments on commit bea5a35

Please sign in to comment.