Skip to content

Commit 6c96d16

Browse files
author
kajan
committed
load the processed bundle in Index.cshtml
1 parent a2a7237 commit 6c96d16

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

Diff for: AspNetCoreVueMpa.Web/Views/Home/Index.cshtml

+3-4
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
ViewData["Title"] = "Home Page";
33
}
44

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

0 commit comments

Comments
 (0)