Skip to content

Commit

Permalink
fix: update openGraph siteName and URL in layout metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
geeekgod committed Oct 31, 2024
1 parent 53dfc8d commit e2d51c3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ export const metadata: Metadata = {
description: "Your Personal Learning Assistant",
icons: "/logo.png",
openGraph: {
siteName: "Lazy Learning",
title: "Lazy Learning",
description: "Your Personal Learning Assistant",
images: [
Expand All @@ -25,6 +26,7 @@ export const metadata: Metadata = {
],
type: "website",
countryName: "India",
url: "https://lazy-learning.geeekgod.in",
},
};

Expand Down

0 comments on commit e2d51c3

Please sign in to comment.