blazor.boot.json - don't set physicalpath
This commit is contained in:
parent
c22de8f39c
commit
48d2f40192
|
|
@ -97,7 +97,7 @@ namespace Microsoft.AspNetCore.Components.Server
|
|||
|
||||
public long Length => _data.Length;
|
||||
|
||||
public string PhysicalPath => "/_framework/blazor.boot.json";
|
||||
public string PhysicalPath => null;
|
||||
|
||||
public string Name => "blazor.boot.json";
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue