mirror of
https://github.com/saicaca/fuwari.git
synced 2026-01-12 07:12:52 +01:00
feat: multiple custom favicons
This commit is contained in:
@@ -10,14 +10,13 @@ export type SiteConfig = {
|
||||
src: string
|
||||
}
|
||||
|
||||
favicon: {
|
||||
enable: boolean
|
||||
size: string
|
||||
src: {
|
||||
light: string
|
||||
dark: string
|
||||
}
|
||||
}
|
||||
favicon: Favicon[]
|
||||
}
|
||||
|
||||
export type Favicon = {
|
||||
src: string,
|
||||
theme?: 'light' | 'dark'
|
||||
sizes?: string
|
||||
}
|
||||
|
||||
export enum LinkPreset {
|
||||
|
||||
Reference in New Issue
Block a user