Skip to content

Commit 6f3280e

Browse files
authored
feat(templates): update platform website Boilerplate project template docs #10186 (#10187)
1 parent b193fe1 commit 6f3280e

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

src/Websites/Platform/src/Bit.Websites.Platform.Client/Pages/Templates/Templates06RunProjectPage.razor

+4-8
Original file line numberDiff line numberDiff line change
@@ -58,15 +58,11 @@
5858
<section class="section-card">
5959
<div class="section-card-txt">
6060
<BitText Typography="BitTypography.H5" Gutter>Blazor Mode Selection</BitText>
61-
To choose between Blazor modes, refer to the Client.Web/appsettings.json file. By default, for development it
62-
is Blazor Server and for Production it is Blazor Auto (appsettings.Production.json).
63-
<br />
64-
Blazor Auto is selected for production to optimize the user experience. On the first visit, the website will load quickly
65-
in Blazor Server mode, while Blazor WebAssembly files are downloaded in the background. Subsequent visits will utilize Blazor
66-
WebAssembly, enhancing performance.
61+
To choose between Blazor modes, refer to the server project's appsettings.json file. By default, for development it
62+
is Blazor Server.
6763
<CodeBox>"WebAppRender": {
68-
"PrerenderEnabled": false,
69-
"BlazorMode": "BlazorServer" // BlazorServer, BlazorWebAssembly, BlazorAuto
64+
"BlazorMode": "BlazorServer",
65+
"BlazorMode_Comment": "BlazorServer, BlazorWebAssembly and BlazorAuto."
7066
}</CodeBox>
7167
<BitText Typography="BitTypography.H5" Gutter>Debugging in Blazor WebAssembly</BitText>
7268
To debug the project in Blazor WebAssembly mode, change the Current value to BlazorWebAssembly for development. To fully

0 commit comments

Comments
 (0)