Skip to content

Commit 2c6b0f9

Browse files
committed
fix missing NPMX_DID replacement
1 parent eaa1b0a commit 2c6b0f9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/composables/useBlogPostBlueskyLink.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ export function useBlogPostBlueskyLink(slug: MaybeRefOrGetter<string | null | un
3535
1,
3636
undefined,
3737
true,
38-
[[TESTING_ROE_DID]],
38+
[[NPMX_DID]],
3939
BLOG_BACKLINK_TTL_IN_SECONDS,
4040
)
4141

0 commit comments

Comments
 (0)