From bb8e12dc8a8068ba74936972f5ba482526613645 Mon Sep 17 00:00:00 2001 From: Marcin Rataj Date: Fri, 25 Oct 2019 20:23:06 +0200 Subject: [PATCH] fix: white background, cidv1 --- index.html | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 9221c35..c6f7062 100644 --- a/index.html +++ b/index.html @@ -8,7 +8,7 @@ - +
diff --git a/package.json b/package.json index 88a6a3e..3403afe 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "start": "parcel index.html", "build": "parcel build index.html --public-url '.'", "test": "echo \"Error: no test specified\" && exit 1", - "deploy": "ipfs add -r --quieter dist" + "deploy": "ipfs add -r --cid-version 1 --quieter dist" }, "keywords": [], "author": "Victor Bjelkholm",