Skip to content

Commit 028ac60

Browse files
committed
remarkEmoji seems to be fixed
1 parent dc7651c commit 028ac60

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docs/next.config.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,7 @@ const withMdx = createMDX({
5252
],
5353
recmaPlugins: [recmaNextjsStaticProps],
5454
remarkPlugins: [
55-
// [email protected] package throws 'ERR_PACKAGE_PATH_NOT_EXPORTED'
56-
// https://github.com/rhysd/remark-emoji/issues/40
57-
// remarkEmoji,
55+
remarkEmoji,
5856
remarkGfm,
5957
remarkImages,
6058
remarkFrontmatter,

0 commit comments

Comments
 (0)