diff --git a/aspnetcore/blazor/fundamentals/startup.md b/aspnetcore/blazor/fundamentals/startup.md
index dc028d4a5566..fac7e0859e7e 100644
--- a/aspnetcore/blazor/fundamentals/startup.md
+++ b/aspnetcore/blazor/fundamentals/startup.md
@@ -458,6 +458,29 @@ In `wwwroot/index.html`, remove the default SVG round indicator in `
= aspnetcore-8.0"
+
+## Configure the .NET WebAssembly runtime
+
+To configure the .NET WebAssembly runtime, use the `configureRuntime` property with the `dotnet` runtime host builder.
+
+The following example sets an environment variable, `CONFIGURE_RUNTIME`, to `true`:
+
+```html
+
+
+```
+
+In the preceding example, the `{BLAZOR SCRIPT}` placeholder is the Blazor script path and file name.
+
+:::moniker-end
+
## Additional resources
* [Environments: Set the app's environment](xref:blazor/fundamentals/environments)
diff --git a/aspnetcore/release-notes/aspnetcore-8.0.md b/aspnetcore/release-notes/aspnetcore-8.0.md
index 00efd7031bb6..a92fa0a981a7 100644
--- a/aspnetcore/release-notes/aspnetcore-8.0.md
+++ b/aspnetcore/release-notes/aspnetcore-8.0.md
@@ -188,20 +188,11 @@ For more information, see .
-->
-
+For more information, see .
### Configuration of connection timeouts in `HubConnectionBuilder`