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
+7 -6
View File
@@ -4,9 +4,10 @@
"website": "https://rxresu.me/",
"repository": "https://github.com/AmruthPillai/Reactive-Resume",
"logo": "https://i.imgur.com/ugpElge.png",
"keywords": [
"react",
"resume",
"static"
]
}
"buildpacks": [
{
"url": "mars/create-react-app"
}
],
"keywords": ["react", "resume", "static"]
}