From 1f6ca9cf1cef0607071c5abac18ae7aa9667e2ae Mon Sep 17 00:00:00 2001 From: Luke Latham <1622880+guardrex@users.noreply.github.com> Date: Thu, 14 Dec 2023 12:46:28 -0500 Subject: [PATCH] Cross-link to app base path guidance (#31251) --- aspnetcore/blazor/host-and-deploy/webassembly.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/aspnetcore/blazor/host-and-deploy/webassembly.md b/aspnetcore/blazor/host-and-deploy/webassembly.md index 5e1825471d..fb5250bad3 100644 --- a/aspnetcore/blazor/host-and-deploy/webassembly.md +++ b/aspnetcore/blazor/host-and-deploy/webassembly.md @@ -549,6 +549,8 @@ If a standalone app is hosted as an IIS sub-app, perform either of the following Removing the handler or disabling inheritance is performed in addition to [configuring the app's base path](xref:blazor/host-and-deploy/index#app-base-path). Set the app base path in the app's `index.html` file to the IIS alias used when configuring the sub-app in IIS. +Configure the app's base path by following the guidance in the article. + #### Brotli and Gzip compression :::moniker range=">= aspnetcore-8.0"