Add dockerized host deploy flow and fix Blazor static boot assets
This commit is contained in:
@@ -96,6 +96,8 @@ try
|
||||
// Configure Web API middleware (authentication, authorization, controllers, SignalR hub)
|
||||
app.UseWebApi();
|
||||
|
||||
// .NET 10 static asset endpoint mapping supports fingerprinted Blazor assets.
|
||||
app.MapStaticAssets();
|
||||
app.MapRazorPages();
|
||||
app.MapFallbackToFile("index.html");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user