aboutsummaryrefslogtreecommitdiff
path: root/components/disqus.js
diff options
context:
space:
mode:
Diffstat (limited to 'components/disqus.js')
-rw-r--r--components/disqus.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/disqus.js b/components/disqus.js
index 724bec3..b814851 100644
--- a/components/disqus.js
+++ b/components/disqus.js
@@ -4,7 +4,7 @@ const DisqusComments = ({ post }) => {
const disqusShortname = post.name || "your_disqus_shortname";
const disqusConfig = {
url: post.url,
- identifier: post.id, // Single post id
+ identifier: post.url, // Single post id
title: `${post.title} - Episode ${post.episode}`, // Single post title
};