mirror of
https://github.com/ipfs/ipfs-blog.git
synced 2026-08-04 16:03:15 +02:00
Add comments hostnames for Companion locations
This commit is contained in:
committed by
GitHub
parent
fb3c34b40e
commit
709e633c30
@@ -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'
|
||||
},
|
||||
}
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user