Skip to content

Commit

Permalink
Removed Nextra suffix from titles
Browse files Browse the repository at this point in the history
  • Loading branch information
Rhymlore committed Jan 11, 2024
1 parent 22ebb06 commit 0487772
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 0487772

Please sign in to comment.