mirror of
https://github.com/oqtane/oqtane.framework.git
synced 2025-05-28 15:53:05 +00:00
add support for Blazor pre-rendering
This commit is contained in:
parent
6eaa3d259e
commit
d88bd87aea
@ -22,7 +22,7 @@
|
||||
<body>
|
||||
@(Html.AntiForgeryToken())
|
||||
<app>
|
||||
<component type="typeof(Oqtane.App)" render-mode="Server" />
|
||||
<component type="typeof(Oqtane.App)" render-mode="ServerPrerendered" />
|
||||
</app>
|
||||
|
||||
<div id="blazor-error-ui">
|
||||
|
Loading…
x
Reference in New Issue
Block a user