Skip to content

Commit

Permalink
Merge pull request #430 from semaphore-protocol/ref/website-metadata-img
Browse files Browse the repository at this point in the history
Update website metadata image
  • Loading branch information
vplasencia authored Nov 8, 2023
2 parents c5625db + 75b9b47 commit 8841b8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/website/src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ export const metadata: Metadata = {
siteName: "Semaphore",
images: [
{
url: "/social-media.png"
url: "https://website.semaphore.pse.dev/social-media.png"
}
]
},
twitter: { card: "summary_large_image", images: "/social-media.png" }
twitter: { card: "summary_large_image", images: "https://website.semaphore.pse.dev/social-media.png" }
}

export default function RootLayout({ children }: { children: React.ReactNode }) {
Expand Down

0 comments on commit 8841b8a

Please sign in to comment.