Skip to content

Commit

Permalink
add google adsense account id to meta tags
Browse files Browse the repository at this point in the history
  • Loading branch information
KMontag42 committed Feb 7, 2025
1 parent 79e9a0c commit b8c0e8e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ const inter = Inter({ subsets: ["latin"] });
export const metadata: Metadata = {
title: "Analytica.gg",
description: "The Premier AFK Community Homepage",
other: { "google-adsense-account": "ca-pub-9844195965003561" },
};

export default function RootLayout({
Expand Down

0 comments on commit b8c0e8e

Please sign in to comment.