mirror of
https://github.com/ipfs/ipfs-blog.git
synced 2026-05-03 12:02:20 +02:00
chore: update discourse allowed hosts (#70)
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user