Skip to content

Commit 3db4305

Browse files
committed
Adjust path to blazor.js
1 parent eb7c962 commit 3db4305

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,6 @@
4242
<!-- Temporary polyfill for IE support -->
4343
<script src="https://cdn.polyfill.io/v2/polyfill.min.js?features=Promise,fetch"></script>
4444

45-
<script src="/_framework/Blazor.Host.min.js" main="MicroApp.dll"></script>
45+
<script src="/_framework/blazor.js" main="BlazorDemoApp.dll"></script>
4646
</body>
4747
</html>

0 commit comments

Comments
 (0)