diff --git a/Docker-pinhouse-file b/Docker-pinhouse-file index 2537015..8d2a73d 100644 --- a/Docker-pinhouse-file +++ b/Docker-pinhouse-file @@ -17,6 +17,13 @@ RUN npm ci FROM base AS builder COPY --from=deps /pinhouse-fe/node_modules ./node_modules COPY . . + +# build-args로 전달받은 환경 변수 설정 (빌드 타임에 필요) +ARG NEXT_PUBLIC_API_URL +ARG NEXT_PUBLIC_OAUTH2 +ENV NEXT_PUBLIC_API_URL=$NEXT_PUBLIC_API_URL +ENV NEXT_PUBLIC_OAUTH2=$NEXT_PUBLIC_OAUTH2 + RUN npm run build # ========================= diff --git a/src/shared/ui/animation/pageTransition.tsx b/src/shared/ui/animation/pageTransition.tsx index aa7f270..232dfa2 100644 --- a/src/shared/ui/animation/pageTransition.tsx +++ b/src/shared/ui/animation/pageTransition.tsx @@ -33,8 +33,8 @@ export const PageTransition = ({ children }: { children: ReactNode }) => { }, [pathname, address, isEmbed]); return ( -
-
+
+
{ return (
- {/* 최대 폭 컨테이너 */}
- {/* LEFT TEXT */}
@@ -59,8 +57,8 @@ export const HomeLandingRender = ({ children, bottom }: Props) => {
-
-
+
+