diff --git a/documentation/docs/theme.config.tsx b/documentation/docs/theme.config.tsx index 35db5b7e4f..9d07c2ba75 100644 --- a/documentation/docs/theme.config.tsx +++ b/documentation/docs/theme.config.tsx @@ -34,7 +34,7 @@ const config: DocsThemeConfig = { bookDescriptions[topLevel] || defaultDescription; - const title = config.title + (route === "/" ? "" : " - Nym docs"); + const title = (route === "/" ? "Nym docs" : config.title + " - Nym docs"); return ( <>