Skip to content

Commit

Permalink
ads meta
Browse files Browse the repository at this point in the history
  • Loading branch information
pveyes committed Oct 23, 2023
1 parent 3a5ab61 commit fe1f05d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pages/_document.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ import { Html, Head, Main, NextScript } from "next/document";
export default function Document() {
return (
<Html lang="id" translate="no">
<Head />
<Head>
<meta name="google-adsense-account" content="ca-pub-3081263972680635" />
</Head>
<body>
<Main />
<NextScript />
Expand Down

1 comment on commit fe1f05d

@vercel
Copy link

@vercel vercel bot commented on fe1f05d Oct 23, 2023

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

katla – ./

katla.id
katla.vercel.app
katla-git-main-katla.vercel.app
katla-katla.vercel.app

Please sign in to comment.