Open
Conversation
- Root Layout에 Next.js Metadata API 기본 메타데이터 추가 (title, description, OG, Twitter Card) - Home 페이지 canonical URL 메타데이터 추가 - Search 페이지 'use client' 분리 후 서버 컴포넌트에서 메타데이터 export - robots.ts 생성 (크롤링 제어) - sitemap.ts 생성 (공개 페이지: /, /search) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
✅ Storybook 배포 완료! 🔗 https://67e4fd1fd2c7078dceec04a4-xjxvsrutnc.chromatic.com/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
📌 Related Issues
✅ 체크 리스트
📄 Tasks
'use client'분리 후 서버 컴포넌트에서 메타데이터 exportrobots.ts생성 (크롤링 제어)sitemap.ts생성 (공개 페이지:/,/search)⭐ PR Point
'use client'이므로 metadata export가 불가해SearchPage.tsx로 클라이언트 컴포넌트를 분리하고,page.tsx를 서버 컴포넌트로 재작성NEXT_PUBLIC_SITE_URL환경변수 프로덕션 환경에 추가 필요📷 Screenshot
🔔 ETC
.env에NEXT_PUBLIC_SITE_URL=https://da-sh.kr추가 필요 (gitignore 대상이라 커밋에 미포함)