mirror of
https://github.com/facebook/docusaurus.git
synced 2025-07-24 20:17:50 +02:00
fix(v2): allow undefined favicon (#5054)
* fix(v2): allow undefined favicon * fix snapshots
This commit is contained in:
parent
05c85c7be7
commit
138b4c9975
7 changed files with 20 additions and 41 deletions
2
packages/docusaurus-types/src/index.d.ts
vendored
2
packages/docusaurus-types/src/index.d.ts
vendored
|
@ -26,7 +26,7 @@ export type ThemeConfig = {
|
|||
export interface DocusaurusConfig {
|
||||
baseUrl: string;
|
||||
baseUrlIssueBanner: boolean;
|
||||
favicon: string;
|
||||
favicon?: string;
|
||||
tagline?: string;
|
||||
title: string;
|
||||
url: string;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue