Skip to content

Commit 7f3b91d

Browse files
committed
[TOOL-3346] Portal: Add Nebula icon support in dynamic OG image generation (#6199)
1 parent 41d5044 commit 7f3b91d

File tree

3 files changed

+18
-0
lines changed

3 files changed

+18
-0
lines changed
Lines changed: 13 additions & 0 deletions
Loading

apps/portal/src/app/nebula/layout.tsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ export default async function Layout(props: { children: React.ReactNode }) {
1212

1313
export const metadata = createMetadata({
1414
title: "thirdweb Nebula Documentation",
15+
image: {
16+
title: "Nebula Docs",
17+
icon: "nebula",
18+
},
1519
description:
1620
"thirdweb Nebula Docs : explore the Nebula API Reference and unlock the most powerful AI to interact with the blockchain yet.",
1721
});

apps/portal/src/components/Document/metadata.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ type DynamicImageOptions = {
2020
| "storage"
2121
| "changelog"
2222
| "dotnet"
23+
| "nebula"
2324
| "unreal-engine"
2425
| "insight";
2526
};

0 commit comments

Comments
 (0)