Skip to content

Commit ff7fe09

Browse files
committed
Use RenderMode "Server" so that the page gets not rendered twice
1 parent 18f17c4 commit ff7fe09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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="ServerPrerendered" />
8+
<component type="typeof(App)" render-mode="Server" />

0 commit comments

Comments
 (0)