2
0

feat(viewer): Custom head code

This commit is contained in:
Baptiste Arnaud
2022-04-21 10:33:16 -07:00
parent 12f43cdb88
commit 2dc0e45a65
6 changed files with 82 additions and 9 deletions

View File

@ -21,6 +21,7 @@ export type Metadata = {
description: string
imageUrl?: string
favIconUrl?: string
customHeadCode?: string
}
export const defaultSettings: Settings = {