Skip to content

Commit 248ba89

Browse files
authored
Add NOTE to improve cross-link to app base path content
1 parent edca8d9 commit 248ba89

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

aspnetcore/blazor/debug.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,9 @@ In the following examples, the app is hosted at `/OAT` with an app base path con
137137
"inspectUri": "{wsProtocol}://{url.hostname}:{url.port}/OAT/_framework/debug/ws-proxy?browser={browserInspectUri}",
138138
```
139139

140+
> [!NOTE]
141+
> Using a custom app base path for Blazor WebAssembly apps requires special configuration, including a configuration in the app's `Program.Main` (`Program.cs`). For more information, see <xref:blazor/host-and-deploy/index#app-base-path>.
142+
140143
# [Visual Studio Code](#tab/visual-studio-code)
141144

142145
<h2 id="vscode">Debug standalone Blazor WebAssembly</h2>

0 commit comments

Comments
 (0)