Skip to content

Commit c3f3035

Browse files
committed
feat: add google-adsense-account meta
1 parent 0bbbee1 commit c3f3035

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

apps/docs/src/app/layout.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ export async function generateMetadata() {
1919
},
2020
description: t('description'),
2121
metadataBase: baseUrl,
22+
other: { 'google-adsense-account': 'ca-pub-8237457949590602' },
2223
});
2324
}
2425

apps/index/src/app/layout.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,9 @@ export const metadata: Metadata = {
8686
},
8787
},
8888
category: 'technology',
89+
other: {
90+
'google-adsense-account': 'ca-pub-8237457949590602',
91+
},
8992
};
9093

9194
export default function RootLayout({

0 commit comments

Comments
 (0)