Skip to content

Commit 11e2ee5

Browse files
committed
fix: meta-content
1 parent aa5fcd1 commit 11e2ee5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

theme.config.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ const config: DocsThemeConfig = {
4343
<meta property="og:description" content="A Comprehensive Overview of Prompt Engineering" />
4444
<meta
4545
name="og:title"
46-
content={title ? title + ' | Prompt Engineering Guide' : 'Prompt Engineering Guide'}
46+
content={pageTitle}
4747
/>
4848
<link rel="icon" href="/144-favicon.svg" type="image/svg+xml" />
4949

0 commit comments

Comments
 (0)