From 1a6787f6bd29e6bbf92722453ba51dcc57dc737e Mon Sep 17 00:00:00 2001 From: sabertazimi Date: Tue, 3 Aug 2021 09:04:23 +0800 Subject: [PATCH] fix(CI): rectify build homepage url --- packages/react-sandbox/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/react-sandbox/package.json b/packages/react-sandbox/package.json index 1fac7539..0c0cedf4 100644 --- a/packages/react-sandbox/package.json +++ b/packages/react-sandbox/package.json @@ -2,7 +2,7 @@ "name": "react-sandbox", "version": "1.1.1", "private": true, - "homepage": "http://sabertazimi.github.io/awesome-web/react-sandbox", + "homepage": "https://sabertazimi.github.io/awesome-web/react-sandbox", "dependencies": { "@testing-library/jest-dom": "^5.14.1", "@testing-library/react": "^11.2.7",