Skip to content

Commit 005cd87

Browse files
committed
Returned to prerendered to work better with crawlers
1 parent ff7fe09 commit 005cd87

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

LinkDotNet.Blog.Web/Pages/Index.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<section>
2121
<header>
2222
<div class="recent-posts">
23-
<h1>Recent Posts's</h1>
23+
<h1>Recent Posts</h1>
2424
</div>
2525
</header>
2626
<div class="content px-4 my-2">

LinkDotNet.Blog.Web/Pages/_Host.cshtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
Layout = "_Layout";
66
}
77

8-
<component type="typeof(App)" render-mode="Server" />
8+
<component type="typeof(App)" render-mode="ServerPrerendered" />

0 commit comments

Comments
 (0)