diff --git a/src/.vuepress/theme/layouts/BlogPost.vue b/src/.vuepress/theme/layouts/BlogPost.vue index 9d5b5015..5f7249ce 100644 --- a/src/.vuepress/theme/layouts/BlogPost.vue +++ b/src/.vuepress/theme/layouts/BlogPost.vue @@ -49,7 +49,8 @@ export default { mounted() { this.showComments = window.location.hostname === 'blog.ipfs.io' || - window.location.hostname === 'ipfs-blog.netlify.app' + window.location.hostname === 'ipfs-blog.on.fleek.co' || + window.location.hostname === 'ipfs-blog-staging.on.fleek.co' }, }