We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e51df23 commit 26ab4c5Copy full SHA for 26ab4c5
docs/src/modules/components/AppLayoutDocs.js
@@ -156,7 +156,11 @@ export default function AppLayoutDocs(props) {
156
}}
157
/>
158
<AdManager {...(hasTabs && { classSelector: '.component-tabs' })}>
159
- <Head title={`${title} - ${productName}`} description={description} card={card} />
+ <Head
160
+ title={`${title}${productName ? ` - ${productName}` : ''}`}
161
+ description={description}
162
+ card={card}
163
+ />
164
<Main disableToc={disableToc}>
165
{/*
166
Render the TOCs first to avoid layout shift when the HTML is streamed.
0 commit comments