chore: update discourse allowed hosts (#70)

This commit is contained in:
João Peixoto
2021-03-04 17:48:31 +00:00
committed by GitHub
parent df71a2c749
commit cb4d96497f

View File

@@ -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'
},
}
</script>