mirror of
https://github.com/astuto/astuto.git
synced 2025-12-16 03:37:56 +01:00
Add custom domains (#314)
This commit is contained in:
committed by
GitHub
parent
d47c70f576
commit
d17b45c5c4
@@ -3,6 +3,7 @@ interface ITenant {
|
||||
siteName: string;
|
||||
siteLogo: string;
|
||||
locale: string;
|
||||
customDomain?: string;
|
||||
}
|
||||
|
||||
export default ITenant;
|
||||
@@ -4,6 +4,7 @@ interface ITenantJSON {
|
||||
site_logo: string;
|
||||
brand_display_setting: string;
|
||||
locale: string;
|
||||
custom_domain?: string;
|
||||
}
|
||||
|
||||
export default ITenantJSON;
|
||||
Reference in New Issue
Block a user