Add custom domains (#314)

This commit is contained in:
Riccardo Graziosi
2024-03-24 12:54:02 +01:00
committed by GitHub
parent d47c70f576
commit d17b45c5c4
31 changed files with 221 additions and 39 deletions

View File

@@ -3,6 +3,7 @@ interface ITenant {
siteName: string;
siteLogo: string;
locale: string;
customDomain?: string;
}
export default ITenant;