Skip to content

Commit

Permalink
Update Configure.Ssg.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
mythz committed Jul 2, 2023
1 parent 7795ed0 commit f88a179
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion MyApp/Configure.Ssg.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ public void Configure(IWebHostBuilder builder) => builder
var pages = appHost.Resolve<MarkdownPages>();
var videos = appHost.Resolve<MarkdownVideos>();
var meta = appHost.Resolve<MarkdownMeta>();
MarkdownPages.Instance = pages;
meta.Features = new() { pages, videos };
meta.Features.ForEach(x => x.VirtualFiles = appHost.VirtualFiles);
Expand Down

0 comments on commit f88a179

Please sign in to comment.