From f14296eb3b0c5f12e7ac9744fcda396e49f1b78b Mon Sep 17 00:00:00 2001 From: Abhas Bhattacharya Date: Thu, 22 Mar 2018 14:03:07 +0530 Subject: [PATCH] Fix homepage in config with two levels of sub-path Else static resource links break on production --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b24edd9..cef6a15 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "is-nifty-open", "version": "0.1.0", "private": true, - "homepage": ".", + "homepage": "isnifty.com/open/today", "dependencies": { "@types/classnames": "^2.2.3", "@types/moment-timezone": "^0.5.4",