From ddaeae82dcddc98951b025c753605487f3d56181 Mon Sep 17 00:00:00 2001 From: Sharyn Date: Mon, 9 Jul 2018 10:40:49 +0200 Subject: [PATCH] Setting up Github pages repo for deployment --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 51472ce..85a434b 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ }, "config": { "deployToGit": { - "repository": "git@github.com:Nona-Creative/ETHPrize.git", + "repository": "git@github.com:Nona-Creative/nona-creative.github.io-ETHprize.git", "branch": "master", "folder": "out", "script": "npm run prod-build",