Skip to content

Commit c86777f

Browse files
test 2
1 parent ea5632f commit c86777f

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

src/pages/_document.tsx

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,12 @@ const themeInit =
1313
export default function Document() {
1414
return (
1515
<Html lang="en">
16-
<Head />
16+
<Head>
17+
<meta
18+
content={ADSENSE_PUBLISHER_ID}
19+
name="google-adsense-account"
20+
/>
21+
</Head>
1722
<body>
1823
<Main />
1924
<NextScript />

0 commit comments

Comments
 (0)