Skip to content

Commit

Permalink
Merge pull request #2 from Rhymlore/remove-nextra-suffix
Browse files Browse the repository at this point in the history
Removed Nextra suffix from titles
  • Loading branch information
CannonLock authored Jan 19, 2024
2 parents 591afae + 0487772 commit 0102936
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions theme.config.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ const config: DocsThemeConfig = {
</>
),
docsRepositoryBase: "https://github.com/PelicanPlatform/pelican/tree/main/docs",
useNextSeoProps() {
return {
titleTemplate: '%s – Pelican Documentation',
}},
head: (
<>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
Expand All @@ -27,6 +31,7 @@ const config: DocsThemeConfig = {
footer: {
text: 'Pelican Documentation',
},

}

export default config

0 comments on commit 0102936

Please sign in to comment.