Skip to content

Commit

Permalink
fix(TagManager): relative path in tag-manager script
Browse files Browse the repository at this point in the history
  • Loading branch information
bkapustik committed Apr 8, 2024
1 parent e67bd0b commit 024961d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ private IHtmlContent GetScriptSrcTag()
["type"] = "module",
["src"] = fileVersionProvider.AddFileVersionToPath(
ViewContext.HttpContext.Request.PathBase,
urlHelper.Content("./_content/Kentico.Xperience.TagManager/js/ktc-tagmanager.js"))
urlHelper.Content("~/_content/Kentico.Xperience.TagManager/js/ktc-tagmanager.js"))
}
};

Expand Down

0 comments on commit 024961d

Please sign in to comment.