aboutsummaryrefslogtreecommitdiff
path: root/components/disqus.js
diff options
context:
space:
mode:
Diffstat (limited to 'components/disqus.js')
-rw-r--r--components/disqus.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/components/disqus.js b/components/disqus.js
index ee15b98..724bec3 100644
--- a/components/disqus.js
+++ b/components/disqus.js
@@ -1,5 +1,4 @@
import { DiscussionEmbed } from "disqus-react";
-require("dotenv").config();
const DisqusComments = ({ post }) => {
const disqusShortname = post.name || "your_disqus_shortname";