mirror of
https://github.com/saicaca/fuwari.git
synced 2026-01-12 07:12:52 +01:00
feat!: add credit configurations for banner image
BREAKING CHANGES: new mandatory fields added in `config.ts`
This commit is contained in:
@@ -14,6 +14,11 @@ export type SiteConfig = {
|
||||
enable: boolean
|
||||
src: string
|
||||
position?: string
|
||||
credit: {
|
||||
enable: boolean
|
||||
text: string
|
||||
url?: string
|
||||
}
|
||||
}
|
||||
|
||||
favicon: Favicon[]
|
||||
|
||||
Reference in New Issue
Block a user