From 707d2f41ad44a221f47d509ad070ffac7bc06afb Mon Sep 17 00:00:00 2001 From: Dmitry Romashov Date: Fri, 26 Apr 2019 08:25:54 +0300 Subject: [PATCH] Fix prod (#22) * Feature/ci (#18) * test ci * try to release on github * deploy only in master * beautify readme * try to fix deploy in master only * Feature/ci (#20) * test * test * fix * fix * dont deploy in pr * fix base url --- Izzy.Web/Client/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Izzy.Web/Client/package.json b/Izzy.Web/Client/package.json index a22ed90..590694a 100644 --- a/Izzy.Web/Client/package.json +++ b/Izzy.Web/Client/package.json @@ -29,7 +29,7 @@ "test": "react-scripts test --env=jsdom", "eject": "react-scripts eject" }, - "homepage": "http://cf.jare.io/?u=https://romashov.tech/izzy", + "homepage": "https://romashov.tech/izzy", "eslintConfig": { "extends": "react-app" },