Skip to content

feat: 404 페이지 구현#9

Merged
DongEun02 merged 1 commit into
devfrom
feature/404-page
Jan 5, 2026
Merged

feat: 404 페이지 구현#9
DongEun02 merged 1 commit into
devfrom
feature/404-page

Conversation

@DongEun02
Copy link
Copy Markdown
Contributor

@DongEun02 DongEun02 commented Jan 5, 2026

1) 작업한 이슈번호

2) 변경 요약 (What & Why)

  • 무엇을 변경했는지: 404 페이지 구현
  • 변경했는지(문제/목표): 잘못된 URL 접근 시 사용자에게 알려주고 '/' 루트 페이지로 이동

3) 스크린샷/동영상 (UI 변경 시)

전/후 비교, 반응형(모바일/데스크톱) 캡쳐

  • Before:
  • After:
image

4) 상세 변경사항

  • 라우팅/페이지: not-found.tsx
  • 컴포넌트:
  • 상태관리:
  • API 호출:
  • 스타일:
  • 기타:

5) 참고사항

Summary by CodeRabbit

릴리스 노트

  • 새로운 기능
    • 404 페이지 추가 - 존재하지 않는 페이지 접근 시 사용자 친화적인 오류 화면을 표시하며, 홈으로 돌아가는 버튼을 제공합니다.

✏️ Tip: You can customize this high-level summary in your review settings.

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Jan 5, 2026

Caution

Review failed

The pull request is closed.

📝 Walkthrough

Walkthrough

Next.js 404 오류 페이지 컴포넌트가 추가되었습니다. 이 컴포넌트는 한국어 메시지와 홈페이지로 이동하는 네비게이션 버튼을 포함한 사용자 친화적인 오류 인터페이스를 렌더링합니다.

Changes

Cohort / File(s) 변경 사항
404 오류 페이지
app/not-found.tsx
새로운 NotFound 컴포넌트 추가. 한국어 메시지("페이지를 찾을 수 없습니다.")와 홈으로 이동하는 링크 버튼이 포함된 전체 페이지 404 UI 렌더링.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 분

Poem

🐰 404 페이지를 찾았네요,
길을 잃은 방문자를 위한 쉼터,
한국어로 다정히 인사하고,
홈으로 돌아가는 길을 안내해요!
작은 파일, 큰 배려 ✨

✨ Finishing touches
  • 📝 Generate docstrings

📜 Recent review details

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 5375ada and 17d6c92.

📒 Files selected for processing (1)
  • app/not-found.tsx

Comment @coderabbitai help to get the list of available commands and usage tips.

@DongEun02 DongEun02 merged commit 25595a2 into dev Jan 5, 2026
1 check was pending
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant