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 10b5ab4 commit f52869e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bs5/Swiper.PartAssets.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
};
}

<link rel="stylesheet" href="@MyView.Path/dist/styles.min.css" @Kit.Page.AssetAttributes()/>
<script src="@MyView.Path/dist/scripts.min.js" @Kit.Page.AssetAttributes()></script>
<link rel="stylesheet" href="@MyView.Folder.Url/dist/styles.min.css" @Kit.Page.AssetAttributes()/>
<script src="@MyView.Folder.Url/dist/scripts.min.js" @Kit.Page.AssetAttributes()></script>

@* Activation uses turnOn https://r.2sxc.org/turnon *@
@Kit.Page.TurnOn("window.appSwiper2.init()", data: data)

0 comments on commit f52869e

Please sign in to comment.