diff --git a/.buildpacks b/.buildpacks new file mode 100644 index 0000000..6a412a1 --- /dev/null +++ b/.buildpacks @@ -0,0 +1 @@ +https://github.com/heroku/heroku-buildpack-static.git diff --git a/.static b/.static deleted file mode 100644 index e69de29..0000000 diff --git a/static.json b/static.json new file mode 100644 index 0000000..7bf876a --- /dev/null +++ b/static.json @@ -0,0 +1,3 @@ +{ + "root": "/" +}