Skip to content

Commit

Permalink
Refactor(mogua-station#132): 프로필 수정 페이지를 동적 렌더링으로 변경
Browse files Browse the repository at this point in the history
- 빌드 시점에 사전 렌더링하지 않고, 요청 시점에 동적으로 렌더링하게 설정
  • Loading branch information
Stilllee committed Feb 9, 2025
1 parent 84c3b11 commit 9b8f78a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/app/user/edit_profile/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ import AccountActionButtons from "@/components/edit-profile/AccountActionButtons
import ContactBanner from "@/components/edit-profile/ContactBanner";
import EditProfileForm from "@/components/edit-profile/EditProfileForm";

export const dynamic = "force-dynamic";

export const metadata: Metadata = {
title: "프로필 수정 | mogua",
description: "계정 정보를 업데이트하고 프로필을 관리하세요.",
Expand Down

0 comments on commit 9b8f78a

Please sign in to comment.