Switch to server-only rendering mode for stability and speed

dhcp-server
Pat Hartl 2023-09-11 20:22:05 -05:00
parent 9a55dac778
commit 7e4aa07138
1 changed files with 1 additions and 1 deletions

View File

@ -5,4 +5,4 @@
Layout = "_Layout";
}
<component type="typeof(App)" render-mode="ServerPrerendered" />
<component type="typeof(App)" render-mode="Server" />