We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41d5044 commit 7f3b91dCopy full SHA for 7f3b91d
apps/portal/public/og/icons/nebula.svg
apps/portal/src/app/nebula/layout.tsx
@@ -12,6 +12,10 @@ export default async function Layout(props: { children: React.ReactNode }) {
12
13
export const metadata = createMetadata({
14
title: "thirdweb Nebula Documentation",
15
+ image: {
16
+ title: "Nebula Docs",
17
+ icon: "nebula",
18
+ },
19
description:
20
"thirdweb Nebula Docs : explore the Nebula API Reference and unlock the most powerful AI to interact with the blockchain yet.",
21
});
apps/portal/src/components/Document/metadata.ts
@@ -20,6 +20,7 @@ type DynamicImageOptions = {
| "storage"
| "changelog"
22
| "dotnet"
23
+ | "nebula"
24
| "unreal-engine"
25
| "insight";
26
};
0 commit comments