Commit c691cfab authored by Chi Kei Chan's avatar Chi Kei Chan Committed by GitHub

Handle frontend route in Netlify (#46)

* Add Netlify route

* Add route handling to netlify
parent c465d2d0
......@@ -35,7 +35,7 @@
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"build": "react-scripts build && cp build/index.html build/404.html",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"deploy": "npm run build&&gh-pages -d build"
......
/* /index.html 200
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment