Switch to server-only rendering mode for stability and speed

This commit is contained in:
Pat Hartl 2023-09-11 20:22:05 -05:00
parent 9a55dac778
commit 7e4aa07138

View file

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