We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff7fe09 commit 005cd87Copy full SHA for 005cd87
LinkDotNet.Blog.Web/Pages/Index.razor
@@ -20,7 +20,7 @@
20
<section>
21
<header>
22
<div class="recent-posts">
23
- <h1>Recent Posts's</h1>
+ <h1>Recent Posts</h1>
24
</div>
25
</header>
26
<div class="content px-4 my-2">
LinkDotNet.Blog.Web/Pages/_Host.cshtml
@@ -5,4 +5,4 @@
5
Layout = "_Layout";
6
}
7
8
-<component type="typeof(App)" render-mode="Server" />
+<component type="typeof(App)" render-mode="ServerPrerendered" />
0 commit comments