aboutsummaryrefslogtreecommitdiff
path: root/components/disqus.js
diff options
context:
space:
mode:
authorFactiven <[email protected]>2023-07-26 18:24:23 +0700
committerFactiven <[email protected]>2023-07-26 18:24:23 +0700
commit0df9454123aab9862b1e6fd81b109513b777e2e2 (patch)
tree5a8c07b454ff4e0d8b10ec789eb1c3d97f9455a4 /components/disqus.js
parentUpdate_v3.6.7-beta-v1.4 (diff)
downloadmoopa-3.6.7-beta-v1.5.tar.xz
moopa-3.6.7-beta-v1.5.zip
Update v3.6.7-beta-v1.5v3.6.7-beta-v1.5
small patch
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";