Skip to content

Commit dbdae92

Browse files
committed
Fix: the sample project didn't work on the GitHub Pages live demo
1 parent 05e1111 commit dbdae92

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

SampleApps/BlazorWasmApp/Shared/Layout.razor

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<header>
33
<nav>
44
<ul>
5-
<li><NavLink href="/" Match="NavLinkMatch.All">Example 1</NavLink></li>
6-
<li><NavLink href="/example2">Example 2</NavLink></li>
7-
<li><NavLink href="/example3">Example 3</NavLink></li>
5+
<li><NavLink href="./" Match="NavLinkMatch.All">Example 1</NavLink></li>
6+
<li><NavLink href="./example2">Example 2</NavLink></li>
7+
<li><NavLink href="./example3">Example 3</NavLink></li>
88
</ul>
99
</nav>
1010
</header>

0 commit comments

Comments
 (0)