fix(types): restore contact property in SiteConfig interface

This commit is contained in:
Daniel S
2026-08-09 22:26:54 +02:00
parent bb96b0049c
commit 334c6723e9

View File

@@ -63,7 +63,15 @@ export interface SiteConfig {
animation?: string; animation?: string;
}>; }>;
}; };
contact: {
title: string;
subtitle: string;
recipientEmail: string;
phone?: string;
address?: string;
};
sectionsOrder: string[]; sectionsOrder: string[];
sectionsDetails?: SectionConfig[]; sectionsDetails?: SectionConfig[];
site_info?: { site_info?: {
title?: string; title?: string;