Skip to content

Commit

Permalink
fix emotions
Browse files Browse the repository at this point in the history
  • Loading branch information
icco committed Mar 21, 2024
1 parent d22a4b7 commit eeb024d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion contentlayer.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ export default makeSource({
remarkPlugins: [
remarkHashtags,
remarkGfm,
[remarkEmoji, { emoticon: true, accessible: true }],
[remarkEmoji, { emoticon: false, accessible: true }],
],
rehypePlugins: [rehypeSlug],
},
Expand Down
2 changes: 1 addition & 1 deletion posts/728.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ A friend once told me that the best way to make decisions is to choose the path

Will we be successful[^sales]? I have no idea, but I've enjoyed it so far, so here's to many more.

[^sales]: If you know lawyers or accountants at medium to large sized firms that mostly operate in English, please reach out to [email protected] and tell him Nat sent you ;)
[^sales]: If you know lawyers or accountants at medium to large sized firms that mostly operate in English, please reach out to [email protected] and tell him Nat sent you :wink:

/Nat

Expand Down

0 comments on commit eeb024d

Please sign in to comment.