added fediverse setting
All checks were successful
Build / build (push) Successful in 4m45s

This commit is contained in:
2024-12-25 20:34:43 +09:00
parent c88ebcc7ee
commit 3a65f29ec7
4 changed files with 9 additions and 276 deletions

View File

@ -65,6 +65,7 @@ export interface GlobalConfiguration {
* Region Codes: https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2
*/
locale: ValidLocale
fediverseCreator?: string
}
export interface QuartzConfig {