From 45e6940ab7e45d6160289a27e64f5e9249c33fe1 Mon Sep 17 00:00:00 2001 From: Lorenz Stechauner Date: Sat, 18 Mar 2023 11:06:46 +0100 Subject: [PATCH] Update path in Html.cs --- Elwig/Documents/Html.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Elwig/Documents/Html.cs b/Elwig/Documents/Html.cs index af3555f..f93c9b8 100644 --- a/Elwig/Documents/Html.cs +++ b/Elwig/Documents/Html.cs @@ -13,7 +13,7 @@ namespace Elwig.Documents { public static async Task Init(Action evtHandler) { var e = new RazorLightEngineBuilder() - .UseFileSystemProject(@"C:\Users\Lorenz\source\repos\WGneu\Elwig\Documents") + .UseFileSystemProject(@"C:\Users\Lorenz\source\repos\elwig-cs\Elwig\Documents") .UseMemoryCachingProvider() .Build();