Skip to content

Commit

Permalink
Fixed favicon and stopped blazor autostarting
Browse files Browse the repository at this point in the history
  • Loading branch information
chrissainty committed Jul 20, 2020
1 parent d85519d commit 0bfbc7d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion samples/BlazorWebAssembly/wwwroot/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<meta name="viewport" content="width=device-width" />
<title>Blazored LocalStorage - Wasm</title>
<base href="/" />
<link href="favicon.ico" type="image/x-icon" rel="shortcut icon" />
<link href="css/bootstrap/bootstrap.min.css" rel="stylesheet" />
<link href="css/site.css" rel="stylesheet" />

Expand Down Expand Up @@ -50,7 +51,7 @@
</div>

<script src="js/decode.js"></script>
<script src="_framework/blazor.webassembly.js"></script>
<script src="_framework/blazor.webassembly.js" autostart="false"></script>
<script>
Blazor.start({
loadBootResource: function (type, name, defaultUri, integrity) {
Expand Down

0 comments on commit 0bfbc7d

Please sign in to comment.