From cf07b19e482075c0f6d8a461e402d3c9c211b651 Mon Sep 17 00:00:00 2001 From: Nathan Gendron Date: Fri, 19 Jul 2019 12:23:11 -0400 Subject: [PATCH] --cid-version=1 --- public-gateway-cacher.ipfs | 2 +- publish-to-ipfs.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/public-gateway-cacher.ipfs b/public-gateway-cacher.ipfs index 874aa89..0937c19 100644 --- a/public-gateway-cacher.ipfs +++ b/public-gateway-cacher.ipfs @@ -1 +1 @@ -QmXt5zj6fBpGaDNGgcr9Xp3QNhqrAkPSEKYPusQ86CwuEJ +bafybeieg7y3ahtydtyfsnj4a5jqarpqvquwelaqmpkodxzz6lzkebe5gky diff --git a/publish-to-ipfs.sh b/publish-to-ipfs.sh index 44814eb..a9fa5a5 100755 --- a/publish-to-ipfs.sh +++ b/publish-to-ipfs.sh @@ -1,2 +1,2 @@ #!/bin/sh -ipfs add --recursive --quieter --wrap-with-directory --chunker=rabin index.html css images javascript json > public-gateway-cacher.ipfs +ipfs add --recursive --quieter --wrap-with-directory --chunker=rabin --cid-version=1 index.html css images javascript json > public-gateway-cacher.ipfs