diff --git a/theme.config.tsx b/theme.config.tsx index 0e8cd7a..8e6cf91 100644 --- a/theme.config.tsx +++ b/theme.config.tsx @@ -11,6 +11,10 @@ const config: DocsThemeConfig = { ), docsRepositoryBase: "https://github.com/PelicanPlatform/pelican/tree/main/docs", + useNextSeoProps() { + return { + titleTemplate: '%s – Pelican Documentation', + }}, head: ( <> @@ -27,6 +31,7 @@ const config: DocsThemeConfig = { footer: { text: 'Pelican Documentation', }, + } export default config