Explorar el Código

Update _Layout.cshtml

KIM-JINO5 hace 4 meses
padre
commit
5f41700961
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Views/Shared/_Layout.cshtml

+ 1 - 1
Views/Shared/_Layout.cshtml

@@ -126,7 +126,7 @@
         </main>
         </main>
     </div>
     </div>
     
     
-    <script src="~/lib/jquery/dist/jquery.min.js"></script>
+    <script src="@Url.Content("~/lib/jquery/dist/jquery.min.js")"></script>
     <script src="~/js/site.js" asp-append-version="true"></script>
     <script src="~/js/site.js" asp-append-version="true"></script>
 
 
     @await RenderSectionAsync("Scripts", required: false)
     @await RenderSectionAsync("Scripts", required: false)