chore: format

pull/4041/head
Ethan Goh 1 year ago
parent af23bb59ba
commit 12d609b049

@ -270,7 +270,7 @@ function resolveSiteDataHead(userConfig?: UserConfig): HeadConfig[] {
typeof userConfig?.appearance === 'string'
? userConfig?.appearance
: typeof userConfig?.appearance === 'object'
? userConfig.appearance.initialValue ?? 'auto'
? (userConfig.appearance.initialValue ?? 'auto')
: 'auto'
head.push([

Loading…
Cancel
Save