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