Skip to content

Commit

Permalink
Line patch (#34331)
Browse files Browse the repository at this point in the history
  • Loading branch information
guardrex authored Dec 10, 2024
1 parent 261b197 commit 1e42860
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aspnetcore/blazor/host-and-deploy/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ An anchor tag's destination ([`href`](https://developer.mozilla.org/docs/Web/HTM

The presence of a trailing slash (`/`) in a configured app base path is significant to compute the base path for URLs of the app. For example, `https://example.com/a` has a base path of `https://example.com/`, while `https://example.com/a/` with a trailing slash has a base path of `https://example.com/a`.

There are three sources of links that pertain to Blazor in ASP.NET Core apps:
For the sources of links that pertain to Blazor in ASP.NET Core apps:

:::moniker range=">= aspnetcore-8.0"

Expand Down

0 comments on commit 1e42860

Please sign in to comment.