diff --git a/.dumi/theme/layout.tsx b/.dumi/theme/layout.tsx index 61e08ea..2f80e00 100644 --- a/.dumi/theme/layout.tsx +++ b/.dumi/theme/layout.tsx @@ -78,7 +78,7 @@ const Layout: React.FC = ({ children, location }) => { locale, } = useContext(context); - const { mode, repository, logo } = config + const { mode, repository, logo, title } = config const { pathname } = useLocation(); @@ -129,8 +129,8 @@ const Layout: React.FC = ({ children, location }) => { }} > - {meta.title && {meta.title}} - {meta.title && } + {meta.title && {meta.title + ' - ' + title}} + {meta.title && } {meta.description && } {meta.description && (