diff --git a/.env b/.env index e3b31ff..bb6a9ba 100644 --- a/.env +++ b/.env @@ -1 +1 @@ -REACT_APP_BASEURL = 'http://3.38.93.184:8080/' +REACT_APP_BASEURL = 'https://www.amattang.shop/' diff --git a/public/index.html b/public/index.html index 3862bea..4b52a84 100644 --- a/public/index.html +++ b/public/index.html @@ -5,10 +5,10 @@ - + /> - - {answer.some((answerItem) => answerItem) && - answer.map((answerItem, index) => ( -
- - - -
- ))} -
+ {answer && ( + + {answer.some((answerItem) => answerItem) !== null && + answer.map((answerItem, index) => ( +
+ + + +
+ ))} +
+ )} ); }