Skip to content

Commit bee7bda

Browse files
committed
chore(explorer): add website metadata
1 parent 17b56c1 commit bee7bda

File tree

5 files changed

+20
-1
lines changed

5 files changed

+20
-1
lines changed
4.13 KB
Loading

apps/explorer/public/icon.svg

Lines changed: 4 additions & 0 deletions
Loading
190 KB
Loading

apps/explorer/src/app/favicon.ico

-25.3 KB
Binary file not shown.

apps/explorer/src/app/layout.tsx

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,22 @@ const geistMono = localFont({
1616

1717
export const metadata: Metadata = {
1818
title: "Semaphore Explorer",
19-
description: "Discover Semaphore groups, view members and zero-knowledge proofs."
19+
description: "Discover Semaphore groups, view members and zero-knowledge proofs.",
20+
icons: { icon: "/icon.svg", apple: "/apple-icon.png" },
21+
metadataBase: new URL("https://explorer.semaphore.pse.dev"),
22+
openGraph: {
23+
type: "website",
24+
url: "https://explorer.semaphore.pse.dev",
25+
title: "Semaphore Explorer",
26+
description: "Discover Semaphore groups, view members and zero-knowledge proofs.",
27+
siteName: "Semaphore Explorer",
28+
images: [
29+
{
30+
url: "https://explorer.semaphore.pse.dev/social-media.png"
31+
}
32+
]
33+
},
34+
twitter: { card: "summary_large_image", images: "https://explorer.semaphore.pse.dev/social-media.png" }
2035
}
2136

2237
export default function RootLayout({

0 commit comments

Comments
 (0)