diff --git a/src/.vuepress/theme/layouts/BlogPost.vue b/src/.vuepress/theme/layouts/BlogPost.vue index 93884f98..a796e6a7 100644 --- a/src/.vuepress/theme/layouts/BlogPost.vue +++ b/src/.vuepress/theme/layouts/BlogPost.vue @@ -44,7 +44,9 @@ export default { showComments: null, }), mounted() { - this.showComments = window.location.hostname === 'blog.ipfs.io' + this.showComments = + window.location.hostname === 'blog.ipfs.io' || + window.location.hostname === 'ipfsblog-vuepress.netlify.app' }, }