Skip to content

Commit bc22c6f

Browse files
[docs-infra] Improve Twitter OG:image (#41860)
1 parent 1103320 commit bc22c6f

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

docs/src/modules/components/AppLayoutDocs.js

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -149,12 +149,7 @@ export default function AppLayoutDocs(props) {
149149
}}
150150
/>
151151
<AdManager {...(hasTabs && { classSelector: '.component-tabs' })}>
152-
<Head
153-
title={`${title} - ${productName}`}
154-
description={description}
155-
largeCard={false}
156-
card={card}
157-
/>
152+
<Head title={`${title} - ${productName}`} description={description} card={card} />
158153
<Main disableToc={disableToc}>
159154
{/*
160155
Render the TOCs first to avoid layout shift when the HTML is streamed.

0 commit comments

Comments
 (0)