From 7f0ea1a98f1ccd982bb4840469453e6fc6c0a7d8 Mon Sep 17 00:00:00 2001 From: Justin Copenhaver Date: Thu, 19 Mar 2020 16:55:54 -0400 Subject: [PATCH] changed buildpack dependency to custom forked heroku-buildpack-static --- .buildpacks | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.buildpacks b/.buildpacks index a34fb6fe..ce439215 100644 --- a/.buildpacks +++ b/.buildpacks @@ -1,3 +1,3 @@ https://github.com/heroku/heroku-buildpack-nodejs.git https://github.com/mars/create-react-app-inner-buildpack.git#v9.0.0 -https://github.com/heroku/heroku-buildpack-static.git +https://github.com/copenhaverjf/heroku-buildpack-static.git