From f88a179b0d41cdd0773541b7280ff6324ce1776c Mon Sep 17 00:00:00 2001 From: Demis Bellot Date: Sun, 2 Jul 2023 23:19:38 +0800 Subject: [PATCH] Update Configure.Ssg.cs --- MyApp/Configure.Ssg.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/MyApp/Configure.Ssg.cs b/MyApp/Configure.Ssg.cs index 84ab9ba254..52dd616654 100644 --- a/MyApp/Configure.Ssg.cs +++ b/MyApp/Configure.Ssg.cs @@ -25,7 +25,6 @@ public void Configure(IWebHostBuilder builder) => builder var pages = appHost.Resolve(); var videos = appHost.Resolve(); var meta = appHost.Resolve(); - MarkdownPages.Instance = pages; meta.Features = new() { pages, videos }; meta.Features.ForEach(x => x.VirtualFiles = appHost.VirtualFiles);