mirror of
https://github.com/facebook/docusaurus.git
synced 2025-06-09 22:32:53 +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
|
@ -12,9 +12,8 @@ import {
|
|||
} from '../configValidation';
|
||||
import {DocusaurusConfig} from '@docusaurus/types';
|
||||
|
||||
const baseConfig = {
|
||||
const baseConfig: DocusaurusConfig = {
|
||||
baseUrl: '/',
|
||||
favicon: 'some.ico',
|
||||
title: 'my site',
|
||||
url: 'https://mysite.com',
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue