using zero.Configuration;
namespace zero.Demo
{
public class FathomAnalyticsIntegration : Integration
{
///
/// ID of the site in Fathom
///
public string SiteId { get; set; }
///
/// Custom domain URL (without /script.js)
///
public string CustomDomain { get; set; }
}
}