Skip to content

Commit

Permalink
.Path -> .Folder.Url
Browse files Browse the repository at this point in the history
  • Loading branch information
ropalko committed Aug 24, 2023
1 parent 49c8f4e commit dd84190
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bs5/Assets.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@
})

@* Load the JavaScripts/Styles from the App folder. Each edition (bs5, bs3, etc.) has different files *@
<link rel="stylesheet" href="@MyView.Path/dist/styles.min.css" @Kit.Page.AssetAttributes()>
<script type="text/javascript" src="@MyView.Path/dist/scripts.min.js" @Kit.Page.AssetAttributes(position: "bottom")></script>
<link rel="stylesheet" href="@MyView.Folder.Url/dist/styles.min.css" @Kit.Page.AssetAttributes()>
<script type="text/javascript" src="@MyView.Folder.Url/dist/scripts.min.js" @Kit.Page.AssetAttributes(position: "bottom")></script>

0 comments on commit dd84190

Please sign in to comment.