Updated on 2026-08-14
This commit is contained in:
parent
01b51acd93
commit
f086d6bb74
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ object TangemBlogUrlBuilder {
|
|||
|
||||
suspend fun build(post: Post): String {
|
||||
return TangemSiteUrlBuilder.url(
|
||||
path = "/blog/post/${post.path}/",
|
||||
path = "/embed/blog/post/${post.path}/",
|
||||
campaign = "articles",
|
||||
)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue