mirror of
https://github.com/RomySaputraSihananda/ares.git
synced 2026-08-22 15:18:09 +00:00
chore(web): add Google Search Console verification meta tag
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Sonnet 4.6
parent
daabb65f30
commit
7b44346f68
@@ -41,6 +41,9 @@ export const metadata: Metadata = {
|
|||||||
icon: "/favicon.svg",
|
icon: "/favicon.svg",
|
||||||
shortcut: "/favicon.svg",
|
shortcut: "/favicon.svg",
|
||||||
},
|
},
|
||||||
|
verification: {
|
||||||
|
google: "DRtj7whxZ3kX0-C9qswORTfHptZPTX9mrqBqwvcN7j8",
|
||||||
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
export default function RootLayout({ children }: { children: React.ReactNode }) {
|
export default function RootLayout({ children }: { children: React.ReactNode }) {
|
||||||
|
|||||||
Reference in New Issue
Block a user