Skip to content

Commit a6b5354

Browse files
committed
Remove customer Blazor.start script
1 parent ba03ade commit a6b5354

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

ChessChampion.Server/Components/App.razor

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,7 @@
1515

1616
<body>
1717
<Routes @rendermode="InteractiveWebAssembly" />
18-
<script src="@Assets["_framework/blazor.web.js"]" autostart="false"></script>
19-
<script>
20-
Blazor.start({
21-
ssr: { disableDomPreservation: true }
22-
});
23-
</script>
18+
<script src="@Assets["_framework/blazor.web.js"]"></script>
2419
</body>
2520

2621
</html>

0 commit comments

Comments
 (0)