update app.json for static-site deployment on heroku

This commit is contained in:
Amruth Pillai
2020-03-30 22:37:42 +05:30
parent 43a6be112c
commit 9974f5127a
4 changed files with 242 additions and 784 deletions
+6
View File
@@ -0,0 +1,6 @@
{
"root": "build/",
"routes": {
"/**": "index.html"
}
}