From 4c848f36f30dffbfad2ef728b0ce1080fb9465ee Mon Sep 17 00:00:00 2001 From: lily-coder Date: Wed, 6 Oct 2021 12:02:37 +0300 Subject: [PATCH 1/2] Add homepage for heroku --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 41f251a..17cf2cb 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "math-magicians", "version": "0.1.0", "private": true, - "homepage": "https://lily-coder.github.io/math-magicians", + "homepage": ".", "dependencies": { "@testing-library/jest-dom": "^5.14.1", "@testing-library/user-event": "^12.8.3", From 5b7871e57fb1a9ffec42a0a2694d9ba765574f69 Mon Sep 17 00:00:00 2001 From: lily-coder Date: Wed, 6 Oct 2021 13:09:40 +0300 Subject: [PATCH 2/2] Add deploy links --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 07e25b7..98e9b31 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,9 @@ ## Live Demo -[Live Demo Link](https://lily-coder.github.io/math-magicians/) +[Github Live Demo](https://lily-coder.github.io/math-magicians/) +[Heroku Live Demo](https://math-mag.herokuapp.com/home) +[Netlify Live Demo](https://focused-kirch-4d3870.netlify.app/) ## Getting Started