Replies: 2 comments
-
It might be hard to setup everything from zero |
Beta Was this translation helpful? Give feedback.
0 replies
-
you can use cusdis like this or custom whatever commets you like const Cusdis = dynamic(() => import("nextra-theme-blog/cusdis"));
export default {
cusdis: {
appId: '[appId]',
},
comments: <Cusdis />
} |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to add feature for user to comment on posts. How can I do that as I known we need to have something similar to posts/[slug].ts
Beta Was this translation helpful? Give feedback.
All reactions