Skip to content

Commit 6292b31

Browse files
committed
fix empty href
1 parent 2a498c3 commit 6292b31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/LinkDotNet.Blog.Web/Pages/_Layout.cshtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
<environment include="Development">
4343
An unhandled exception has occurred. See browser dev tools for details.
4444
</environment>
45-
<a href="" class="reload">Reload</a>
45+
<a href="/" class="reload">Reload</a>
4646
<a class="dismiss">x</a>
4747
</div>
4848
<script src="_framework/blazor.server.js"></script>

0 commit comments

Comments
 (0)