소스 검색

fix: update evn

Before 10 달 전
부모
커밋
c827c243bf
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 2
      .env.production
  2. 1 0
      src/app/[locale]/(navbar)/cashback/@cashbackInfo/components/Extract.tsx

+ 1 - 2
.env.production

@@ -1,5 +1,4 @@
 
-NEXT_PUBLIC_BASE_URL=http://192.168.0.84:8800
+NEXT_PUBLIC_BASE_URL=http://206.168.191.126:8800
 #NEXT_PUBLIC_BASE_URL=http://206.168.191.125:8800
 
-

+ 1 - 0
src/app/[locale]/(navbar)/cashback/@cashbackInfo/components/Extract.tsx

@@ -23,6 +23,7 @@ const Extract = (props: Props) => {
                 {
                     duration: 0.6,
                     repeat: 2,
+                    repeatType: "loop",
                 }
             );
             return;