Skip to content
Permalink
Browse files
load the processed bundle in Index.cshtml
  • Loading branch information
kajan committed Feb 13, 2021
1 parent a2a7237 commit 6c96d16
Showing 1 changed file with 3 additions and 4 deletions.
@@ -2,7 +2,6 @@
ViewData["Title"] = "Home Page";
}

<div class="text-center">
<h1 class="display-4">Welcome</h1>
<p>Learn about <a href="https://docs.microsoft.com/aspnet/core">building Web apps with ASP.NET Core</a>.</p>
</div>
@section Scripts{
<script type="text/javascript" src="~/js/home-index.bundle.js" asp-append-version="true"></script>
}

0 comments on commit 6c96d16

Please sign in to comment.