mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-17 02:56:57 +02:00
fix(v2): i18n should not crash theme without footer (#3940)
* Fix theme translations when no footer * fix TS issues
This commit is contained in:
parent
3fc29f4b14
commit
ef49c2be72
3 changed files with 34 additions and 7 deletions
|
@ -66,7 +66,7 @@ export type ThemeConfig = {
|
|||
colorMode: any;
|
||||
announcementBar: any;
|
||||
prism: any;
|
||||
footer: Footer;
|
||||
footer: Footer | undefined;
|
||||
hideableSidebar: any;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue