Skip to content

Commit

Permalink
fix: resolve Blazor loading error
Browse files Browse the repository at this point in the history
  • Loading branch information
mu88 committed Jan 20, 2024
1 parent 5a6505f commit 8a52693
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FotoManager/Pages/_Host.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<app>
@(await Html.RenderComponentAsync<App>(RenderMode.ServerPrerendered))
</app>

<script>process = undefined;</script>
<script src="_framework/blazor.server.js"></script>
</body>
</html>

0 comments on commit 8a52693

Please sign in to comment.