We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bbbee1 commit c3f3035Copy full SHA for c3f3035
apps/docs/src/app/layout.tsx
@@ -19,6 +19,7 @@ export async function generateMetadata() {
19
},
20
description: t('description'),
21
metadataBase: baseUrl,
22
+ other: { 'google-adsense-account': 'ca-pub-8237457949590602' },
23
});
24
}
25
apps/index/src/app/layout.tsx
@@ -86,6 +86,9 @@ export const metadata: Metadata = {
86
87
88
category: 'technology',
89
+ other: {
90
+ 'google-adsense-account': 'ca-pub-8237457949590602',
91
+ },
92
};
93
94
export default function RootLayout({
0 commit comments