sana137.in

Sana's gatsbyjs-based blog
git clone http://git.hanabi.in/repos/sana137.in.git
Log | Files | Refs | README | LICENSE

commit 3581ae203dfdf3ae46abda6046e7a62ae957438c
parent e1d7f84a397defc30903b51d07d1e61b78528579
Author: Agastya Chandrakant <acagastya@outlook.com>
Date:   Thu, 23 Jul 2020 03:50:37 +0530

fix disqus config

Diffstat:
Msrc/templates/blogPost.js | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/templates/blogPost.js b/src/templates/blogPost.js @@ -44,7 +44,7 @@ function BlogPostTemplate({ data, pageContext }) { const { siteUrl } = data.site.siteMetadata; const html = data.markdownRemark.html; const disqusConfig = { - url: `${siteUrl} + ${path}`, + url: `${siteUrl}${path}`, identifier: path, title: title, };