Skip to content

Commit

Permalink
[docs-infra] Improve Twitter OG:image (#41860)
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed Apr 19, 2024
1 parent 8dfd253 commit 1614283
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions docs/src/modules/components/AppLayoutDocs.js
Original file line number Diff line number Diff line change
Expand Up @@ -149,12 +149,7 @@ export default function AppLayoutDocs(props) {
}}
/>
<AdManager {...(hasTabs && { classSelector: '.component-tabs' })}>
<Head
title={`${title} - ${productName}`}
description={description}
largeCard={false}
card={card}
/>
<Head title={`${title} - ${productName}`} description={description} card={card} />
<Main disableToc={disableToc}>
{/*
Render the TOCs first to avoid layout shift when the HTML is streamed.
Expand Down

0 comments on commit 1614283

Please sign in to comment.