From e980a8d9c0806db6356d38541e1f4c4622e5b40f Mon Sep 17 00:00:00 2001 From: Agusti Fernandez Pardo Date: Fri, 22 Jul 2022 23:20:06 +0200 Subject: [PATCH] fix: undo app.json changes --- app.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.json b/app.json index 6e0264034c..3f91f1b1a3 100644 --- a/app.json +++ b/app.json @@ -10,7 +10,7 @@ } ], "env": { - "NEXT_PUBLIC_WEBAPP_URL": { + "BASE_URL": { "description": "Replace HEROKU_APP_NAME with the name given to your app", "value": "https://HEROKU_APP_NAME.herokuapp.com" },