namespace zero.Routing; public class PreviewOptions { public PreviewOptions() { PreviewPath = "/preview"; } public string PreviewPath { get; set; } }