Skip to content

Commit 54651df

Browse files
chore: change render mode of HeadOutlet and App components to Server
1 parent 7855207 commit 54651df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

blazor-progress-rag-demo/Pages/_Host.cshtml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@
1717
<link rel="stylesheet" href="_content/Telerik.UI.for.Blazor/css/kendo-theme-default/all.css" />
1818
<link rel="stylesheet" href="https://unpkg.com/@@progress/kendo-theme-utils/dist/all.css" />
1919
<link rel="stylesheet" href="css/custom-theme.css" />
20-
<component type="typeof(HeadOutlet)" render-mode="ServerPrerendered" />
20+
<component type="typeof(HeadOutlet)" render-mode="Server" />
2121
</head>
2222
<body>
23-
<component type="typeof(App)" render-mode="ServerPrerendered" />
23+
<component type="typeof(App)" render-mode="Server" />
2424

2525
<div id="blazor-error-ui">
2626
<environment include="Staging,Production">

0 commit comments

Comments
 (0)