diff --git a/src/Components/Server/src/DependencyInjection/ConfigureStaticFilesOptions.cs b/src/Components/Server/src/DependencyInjection/ConfigureStaticFilesOptions.cs
index cfc2817587428f7d51a6d481bbd0be50c396b185..b53a62232c671144b4c25d621c1a7d559435cc2b 100644
--- a/src/Components/Server/src/DependencyInjection/ConfigureStaticFilesOptions.cs
+++ b/src/Components/Server/src/DependencyInjection/ConfigureStaticFilesOptions.cs
@@ -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";