Skip to content

Commit 8b88d61

Browse files
committed
Update Blazor WASM script reference in index.html
Replaced the fingerprinted Blazor WebAssembly JS file reference with a direct reference to blazor.webassembly.js for simpler loading, likely to aid development or debugging.
1 parent 14d34e4 commit 8b88d61

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • BlazorExpress.ChartJS.Demo.WebAssembly/wwwroot

BlazorExpress.ChartJS.Demo.WebAssembly/wwwroot/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
</div>
5757
</div>
5858

59-
<script src="_framework/blazor.webassembly#[.{fingerprint}].js"></script>
59+
<script src="_framework/blazor.webassembly.js"></script>
6060
<script src="_content/BlazorExpress.Bulma/js/blazorexpress.bulma.js" asp-append-version="true"></script>
6161

6262
<!-- Add chart.js reference if chart components are used in your application. -->

0 commit comments

Comments
 (0)