From 1ed9787ff712524a2f52453c8239048c17e61ebe Mon Sep 17 00:00:00 2001 From: Harry Liu Date: Wed, 18 Mar 2020 18:05:48 -0700 Subject: [PATCH] Fix APP_BASE_URL for production extension (#39) --- .env.production | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.production b/.env.production index 7b1dff1..4f2d61e 100644 --- a/.env.production +++ b/.env.production @@ -1 +1 @@ -APP_BASE_URL=http://*.short-d.com \ No newline at end of file +APP_BASE_URL=*://*.short-d.com \ No newline at end of file