From 7cfae5488d1c92db44c7561213f814b44e47af47 Mon Sep 17 00:00:00 2001 From: milkbottle0305 Date: Fri, 15 Mar 2024 12:33:12 +0900 Subject: [PATCH] =?UTF-8?q?Fix:=20S3=EC=97=90=EC=84=9C=20Cloudfront?= =?UTF-8?q?=EB=A1=9C=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env b/.env index e9b2d5f..9049141 100644 --- a/.env +++ b/.env @@ -1,3 +1,3 @@ REACT_APP_FE_URL_DEV=http://localhost:3000 -REACT_APP_FE_URL_PROD=http://studit-react-fe.s3-website.ap-northeast-2.amazonaws.com +REACT_APP_FE_URL_PROD=https://d3qsaqakmywz7y.cloudfront.net REACT_APP_API_URL_DEV=http://ec2-3-36-108-229.ap-northeast-2.compute.amazonaws.com:8080 \ No newline at end of file