mirror of
https://github.com/astuto/astuto.git
synced 2025-12-15 19:27:52 +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;
|
||||
Reference in New Issue
Block a user