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 15358d7 commit d11d151Copy full SHA for d11d151
apps/portal/src/components/Document/metadata.ts
@@ -32,6 +32,7 @@ export function createMetadata(obj: {
32
}): Metadata {
33
return {
34
title: obj.title,
35
+ description: obj.description,
36
metadataBase: new URL("https://portal.thirdweb.com"),
37
twitter: {
38
@@ -45,6 +46,7 @@ export function createMetadata(obj: {
45
46
description: obj.description,
47
locale: "en_US",
48
type: "website",
49
+ siteName: "thirdweb docs",
50
images: obj.image
51
? [
52
{
0 commit comments