From 1f883c88e556a753cd5c633d9f98cd4b7e54bf91 Mon Sep 17 00:00:00 2001 From: Justin Starry Date: Thu, 14 May 2020 23:22:06 +0800 Subject: [PATCH] Use solana fork of create-react-app buildpack --- explorer/app.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/explorer/app.json b/explorer/app.json index 86e56f5b4c..417a1a59ff 100644 --- a/explorer/app.json +++ b/explorer/app.json @@ -1,7 +1,7 @@ { "buildpacks": [ { - "url": "https://buildpack-registry.s3.amazonaws.com/buildpacks/mars/create-react-app.tgz" + "url": "https://github.com/solana-labs/create-react-app-buildpack.git" } ] }