diff --git a/.buildpacks b/.buildpacks new file mode 100644 index 0000000..1d188d9 --- /dev/null +++ b/.buildpacks @@ -0,0 +1,2 @@ +https://github.com/heroku/heroku-buildpack-nodejs +https://github.com/heroku/heroku-buildpack-static diff --git a/static.json b/static.json new file mode 100644 index 0000000..1ebadb0 --- /dev/null +++ b/static.json @@ -0,0 +1,4 @@ +{ + "root": "public/", + "clean_urls": true +}