Skip to content

Commit

Permalink
update seo
Browse files Browse the repository at this point in the history
  • Loading branch information
imhson committed Mar 24, 2024
1 parent ffa1d6f commit a240bad
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 10 deletions.
23 changes: 13 additions & 10 deletions app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,25 +14,28 @@ const roboto = Roboto({
})

export const metadata: Metadata = {
title: `Year of the Dragon’s Li Xi`,
description: 'Use Fortune Code to get Li Xi, Share Fortune Code for more Li Xi',
metadataBase: new URL('https://lixi.aura.network'),
title: `Aura Network Gem Forge: Quest for the Dragon's Wish`,
description:
"Join the legendary Gem Forge challenge by Aura Network. Embark on the quest to fulfill the Dragon's Wish, forge gems, and vie for the ultimate prize",
metadataBase: new URL('https://gem.aura.network'),
openGraph: {
title: `Year of the Dragon’s Li Xi`,
description: 'Use Fortune Code to get Li Xi, Share Fortune Code for more Li Xi',
title: `Aura Network Gem Forge: Quest for the Dragon's Wish`,
description:
"Join the legendary Gem Forge challenge by Aura Network. Embark on the quest to fulfill the Dragon's Wish, forge gems, and vie for the ultimate prize",
images: [
{
url: 'https://campaign-fe.dev.aura.network/assets/thumb.png',
url: 'https://gem.aura.network/assets/thumb.png',
},
],
type: 'website',
url: 'https://lixi.aura.network',
url: 'https://gem.aura.network',
},
twitter: {
card: 'summary_large_image',
title: `Year of the Dragon’s Li Xi`,
description: 'Use Fortune Code to get Li Xi, Share Fortune Code for more Li Xi',
images: ['https://campaign-fe.dev.aura.network/assets/thumb.png'],
title: `Aura Network Gem Forge: Quest for the Dragon's Wish`,
description:
"Join the legendary Gem Forge challenge by Aura Network. Embark on the quest to fulfill the Dragon's Wish, forge gems, and vie for the ultimate prize",
images: ['https://gem.aura.network/assets/thumb.png'],
},
}

Expand Down
Binary file modified public/assets/thumb.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a240bad

Please sign in to comment.