Skip to content

Commit 07f2273

Browse files
committed
Force use static web assets
1 parent 882517d commit 07f2273

File tree

1 file changed

+1
-0
lines changed
  • src/Components/Blazor/testassets/Wasm.Authentication.Server

1 file changed

+1
-0
lines changed

src/Components/Blazor/testassets/Wasm.Authentication.Server/Program.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ public static IHostBuilder CreateHostBuilder(string[] args) =>
1616
Host.CreateDefaultBuilder(args)
1717
.ConfigureWebHostDefaults(webBuilder =>
1818
{
19+
webBuilder.UseStaticWebAssets();
1920
webBuilder.UseStartup<Startup>();
2021
});
2122
}

0 commit comments

Comments
 (0)