Skip to content
This repository has been archived by the owner on Feb 27, 2021. It is now read-only.

Commit

Permalink
fix(gh-pages): deep links for react github pages
Browse files Browse the repository at this point in the history
fixes #73
  • Loading branch information
shanejonas committed Sep 17, 2019
1 parent 88fe837 commit 7bc466b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"url": "https://github.com/etclabscore/jade-explorer.git"
},
"scripts": {
"build": "react-scripts build",
"build": "react-scripts build && cp build/index.html build/404.html",
"start": "react-scripts start",
"test": "react-scripts test",
"service-runner": "jade-service-runner",
Expand Down

0 comments on commit 7bc466b

Please sign in to comment.