branding image uploads for favicon, logo, og image plus server-side og injection

This commit is contained in:
2026-03-21 23:25:16 +02:00
parent 624cfe8192
commit cdb9e5d8ee
6 changed files with 489 additions and 25 deletions

View File

@@ -430,6 +430,8 @@ model SiteSettings {
bodyFont String?
poweredByVisible Boolean @default(true)
customCss String?
ogImageUrl String?
ogDescription String?
updatedAt DateTime @updatedAt
}