Skip to content

Commit

Permalink
feat: add head tag
Browse files Browse the repository at this point in the history
  • Loading branch information
hyochan committed Sep 10, 2023
1 parent 831338e commit 31710d4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions app/[lang]/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,13 @@ export default async function RootLayout(props: Props): Promise<ReactElement> {
<meta content="width=device-width, initial-scale=1" name="viewport" />
<meta name="description" content="All stats for developers" />
<link rel="icon" href="/favicon.ico" />
<head>
<script
async
src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-8181493727238996"
crossOrigin="anonymous"
></script>
</head>
<body>
<RootProvider initialLocale={lang}>
<main
Expand Down

1 comment on commit 31710d4

@vercel
Copy link

@vercel vercel bot commented on 31710d4 Sep 10, 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:

github-stats – ./

github-stats-hyochan.vercel.app
github-stats-git-main-hyochan.vercel.app
stats.hyochan.dev
stats.dooboo.io

Please sign in to comment.