mirror of
https://github.com/nexus-stc/hyperboria
synced 2024-12-19 08:07:48 +01:00
- fix: Add pulling in documentation
GitOrigin-RevId: 3450b71cbb12daf71245985873984402189ab99b
This commit is contained in:
parent
5d15efc2d2
commit
2fbe26c3dc
@ -18,7 +18,7 @@ ipfs get $COLLECTION
|
||||
|
||||
Create [`docker-compose.yml`](docker-compose.yml) file to set up Nexus Cognitron and then launch it:
|
||||
```shell script
|
||||
docker-compose up
|
||||
docker-compose pull && docker-compose up
|
||||
```
|
||||
then go to [http://localhost:3000](http://localhost:3000)
|
||||
|
||||
|
@ -78,7 +78,7 @@ export default {
|
||||
},
|
||||
ipfsUrl: function () {
|
||||
if (!this.ipfsMultihash) return null
|
||||
return `${this.$config.ipfsGateway}/ipfs/${this.ipfsMultihash}?filename=${this.filename}`
|
||||
return `${this.$config.ipfsGateway}/ipfs/${this.ipfsMultihash}?filename=${this.filename}&download=true`
|
||||
},
|
||||
ipfsMultihash: function () {
|
||||
if (this.document.ipfsMultihashes) {
|
||||
|
@ -64,7 +64,7 @@ export default {
|
||||
},
|
||||
ipfsUrl: function () {
|
||||
if (!this.ipfsMultihash) return null
|
||||
return `${this.$config.ipfsGateway}/ipfs/${this.ipfsMultihash}?filename=${this.filename}`
|
||||
return `${this.$config.ipfsGateway}/ipfs/${this.ipfsMultihash}?filename=${this.filename}&download=true`
|
||||
},
|
||||
ipfsMultihash: function () {
|
||||
if (this.document.ipfsMultihashes) {
|
||||
|
Loading…
Reference in New Issue
Block a user