mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-17 02:56:57 +02:00
fix(v2): unbreak adding of custom HTML metadatas (#4871)
* fix(v2): unbreak adding of custom HTML metadatas * Correct solution * Update website/docusaurus.config.js Co-authored-by: Sébastien Lorber <slorber@users.noreply.github.com>
This commit is contained in:
parent
57a0a69137
commit
35b1941a0b
3 changed files with 6 additions and 2 deletions
|
@ -102,6 +102,7 @@ export type ThemeConfig = {
|
|||
footer?: Footer;
|
||||
hideableSidebar: boolean;
|
||||
image: string;
|
||||
metadatas: Array<Record<string, string>>;
|
||||
};
|
||||
|
||||
export function useThemeConfig(): ThemeConfig {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue