Skip to content

Commit

Permalink
change nostr reader to njump.me
Browse files Browse the repository at this point in the history
  • Loading branch information
pluja committed May 3, 2024
1 parent 62942a6 commit 24edb94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blogo/nostr.go
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ func PublishArticleToNostr(article ArticleData) error {
if err != nil {
log.Err(err).Msg("Could not publish to Nostr")
} else {
err = AddMetadataToFile(fmt.Sprintf("%v.md", article.Slug), "NostrUrl", fmt.Sprintf("https://habla.news/a/%v", naddr))
err = AddMetadataToFile(fmt.Sprintf("%v.md", article.Slug), "NostrUrl", fmt.Sprintf("https://njump.me/%v", naddr))
if err != nil {
log.Err(err).Msgf("Could not add %v to NostrUrl field", naddr)
}
Expand Down

0 comments on commit 24edb94

Please sign in to comment.