fix(v2): allow undefined favicon (#5054)

* fix(v2): allow undefined favicon

* fix snapshots
This commit is contained in:
Sébastien Lorber 2021-06-24 18:50:28 +02:00 committed by GitHub
parent 05c85c7be7
commit 138b4c9975
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 20 additions and 41 deletions

View file

@ -26,7 +26,7 @@ export type ThemeConfig = {
export interface DocusaurusConfig {
baseUrl: string;
baseUrlIssueBanner: boolean;
favicon: string;
favicon?: string;
tagline?: string;
title: string;
url: string;