fix(v2): use page title from config if not set (#4600)

This commit is contained in:
Alexey Pyltsyn 2021-04-12 19:39:34 +03:00 committed by GitHub
parent 6b0df65786
commit 2b4a52e27a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 16 additions and 15 deletions

View file

@ -100,6 +100,7 @@ export type ThemeConfig = {
prism: PrismConfig;
footer?: Footer;
hideableSidebar: boolean;
image: string;
};
export function useThemeConfig(): ThemeConfig {