add “favicon” feconfig (#467)

* add favicon config

* add default
This commit is contained in:
heheer
2023-11-13 16:05:05 +08:00
committed by GitHub
parent d91551e6be
commit 4593eef2ff
3 changed files with 4 additions and 2 deletions

View File

@@ -59,7 +59,8 @@ const defaultFeConfigs: FeConfigsType = {
limit: {
exportLimitMinutes: 0
},
scripts: []
scripts: [],
favicon: '/favicon.ico'
};
export function initGlobal() {