diff --git a/theme.config.tsx b/theme.config.tsx index de025629e..c9c54b308 100644 --- a/theme.config.tsx +++ b/theme.config.tsx @@ -36,7 +36,7 @@ const config: DocsThemeConfig = { const { title } = useConfig() return ( <> - {title ? title + ' | Prompt Engineering Guide': 'Prompt Engineering Guide'} + {title ? title + ' | Prompt Engineering Guide': 'Prompt Engineering Guide'}