Skip to content

Commit

Permalink
fix(docz-core): add default favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
pedronauck committed Nov 15, 2018
1 parent d8c8045 commit a0ed2ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/docz-core/src/utils/load-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ import { BabelRC } from './babel-config'
const toOmit = ['_', '$0', 'version', 'help']
const defaultHtmlContext = {
lang: 'en',
favicon: 'https://cdn-std.dprcdn.net/files/acc_649651/LUKiMl',
}

export const loadConfig = async (args: Config): Promise<Config> => {
Expand Down

0 comments on commit a0ed2ab

Please sign in to comment.