mirror of
https://github.com/ipfs/ipfs-blog.git
synced 2026-08-09 10:22:56 +02:00
fix: show comments on netlify domain
This commit is contained in:
@@ -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'
|
||||
},
|
||||
}
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user