Skip to content

Commit

Permalink
update metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
darren-wangg committed Feb 22, 2024
1 parent b9554b9 commit 42dba2e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
Binary file added frontend/public/aptogotchi.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 13 additions & 1 deletion frontend/src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,19 @@ const kongtext = localFont({

export const metadata: Metadata = {
title: "Aptogotchi",
description: "Your new favorite on-chain pet",
description: "Aptogotchi - Your new favorite on-chain pet!",
openGraph: {
title: "Aptogotchi",
description: "Aptogotchi - Your new favorite on-chain pet!",
images: ["/aptogotchi.png"],
},
twitter: {
card: "summary",
site: "@Aptos_Network",
title: "Aptogotchi",
description: "Aptogotchi - Your new favorite on-chain pet!",
images: ["/aptogotchi.png"],
},
};

export default function RootLayout({ children }: PropsWithChildren) {
Expand Down

0 comments on commit 42dba2e

Please sign in to comment.