mirror of
https://github.com/RomySaputraSihananda/ares.git
synced 2026-08-02 13:37:46 +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:
@@ -41,6 +41,9 @@ export const metadata: Metadata = {
|
||||
icon: "/favicon.svg",
|
||||
shortcut: "/favicon.svg",
|
||||
},
|
||||
verification: {
|
||||
google: "DRtj7whxZ3kX0-C9qswORTfHptZPTX9mrqBqwvcN7j8",
|
||||
},
|
||||
};
|
||||
|
||||
export default function RootLayout({ children }: { children: React.ReactNode }) {
|
||||
|
||||
Reference in New Issue
Block a user