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' typeof userConfig?.appearance === 'string'
? userConfig?.appearance ? userConfig?.appearance
: typeof userConfig?.appearance === 'object' : typeof userConfig?.appearance === 'object'
? userConfig.appearance.initialValue ?? 'auto' ? (userConfig.appearance.initialValue ?? 'auto')
: 'auto' : 'auto'
head.push([ head.push([

Loading…
Cancel
Save