Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
RedBeardEth committed Dec 11, 2024
2 parents a001140 + 936fb9d commit 2a303cb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Binary file added apps/nextjs/public/realms-og.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 5 additions & 5 deletions apps/nextjs/src/app/(app)/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ const backgroundImageStyle = {
backgroundOpacity: 0.1,
};

const getHeaders = cache(async() => Promise.resolve(await headers()));
const getHeaders = cache(async () => Promise.resolve(await headers()));

export default async function Layout(props: { children: React.ReactNode }) {
const { isEnabled } = await draftMode();
Expand Down Expand Up @@ -98,7 +98,7 @@ export default async function Layout(props: { children: React.ReactNode }) {

const title = "Home to the Adventurers";
const description =
"Created for Adventurers by Bibliotheca DAO - your window into the onchain world of Realms and the Lootverse.";
"Join the rebel gamers at Realms.World for fully onchain games + AI agents";

export const metadata: Metadata = {
metadataBase: new URL(
Expand All @@ -121,7 +121,7 @@ export const metadata: Metadata = {
siteId: "1467726470533754880",
creator: "@bibliothecadao",
creatorId: "1467726470533754880",
images: ["https://realms.world/backgrounds/banner.png"],
images: ["https://realms.world/realms-og.png"],
},
openGraph: {
title: "Realms.World |" + title,
Expand All @@ -130,13 +130,13 @@ export const metadata: Metadata = {
siteName: "Realms World",
images: [
{
url: "https://realms.world/backgrounds/banner.png",
url: "https://realms.world/realms-og.png",
width: 800,
height: 600,
alt: "Realms Autonomous World",
},
{
url: "https://realms.world/backgrounds/banner.png",
url: "https://realms.world/realms-og.png",
width: 1800,
height: 1600,
alt: "Realms Autonomous World",
Expand Down

0 comments on commit 2a303cb

Please sign in to comment.