ZZIPSA / kkuk-kkuk-fe

스탬프랠리 웹앱 '꾹꾹'의 프론트엔드 리포지토리
https://kkuk-kkuk-fe.vercel.app
0 stars 1 forks source link

#148 메타 태그 설정 #153

Closed 2chanhaeng closed 4 months ago

2chanhaeng commented 5 months ago

작업 내용

관련 이슈: #148 메타 태그를 설정했습니다.

테스트 내용

리뷰어에게

환경변수 DOMAIN 에 도메인을 추가해주세요. 로컬에서는 http://localhost:<포트번호> 로 설정하면 됩니다. app/kits/[id]/opengraph-image.tsx 와 관련되지 않은 변경은 대부분 타이틀 설정을 위한 변경입니다. app/kits/[id]/opengraph-image.tsx 위주로 봐주시면 감사하겠습니다.

체크리스트

vercel[bot] commented 5 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
kkuk-kkuk-fe ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 24, 2024 8:29am
mdgarden commented 5 months ago
./app/rallies/page.tsx:6:24
Type error: Cannot find name 'Metadata'.
  4 | import { JoinedRally } from '@/types/Rally';
  5 |
> 6 | export const metadata: Metadata = {
    |                        ^
  7 |   title: '나의 랠리',
  8 | };
  9 |
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
Error: Command "yarn run build" exited with 1

에러로그 먼저 달아놓고 갑니다!

2chanhaeng commented 4 months ago
./app/rallies/page.tsx:6:24
Type error: Cannot find name 'Metadata'.
  4 | import { JoinedRally } from '@/types/Rally';
  5 |
> 6 | export const metadata: Metadata = {
    |                        ^
  7 |   title: '나의 랠리',
  8 | };
  9 |
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
Error: Command "yarn run build" exited with 1

에러로그 먼저 달아놓고 갑니다!

수정했습니다! c2fd0af8fd9ad794027e1f856fd98f291bc4f088

mdgarden commented 4 months ago

일단 메모) 키트 상세 페이지에도 공유 버튼이 있으면 좋을 것 같네요

mdgarden commented 4 months ago

아까 제가 머지가 덜 된 상태에서 확인해서 제 환경이 잘못된 줄 알았는데, 최신 커밋 pull해도 같은 내용이 떠서 코멘트 남깁니다.

⚠ metadataBase property in metadata export is not set for resolving social open graph or twitter images, using "http://localhost:3000". See https://nextjs.org/docs/app/api-reference/functions/generate-metadata#metadatabase

터미널 콘솔에서 뜨는 경고입니다

2chanhaeng commented 4 months ago

아까 제가 머지가 덜 된 상태에서 확인해서 제 환경이 잘못된 줄 알았는데, 최신 커밋 pull해도 같은 내용이 떠서 코멘트 남깁니다.

⚠ metadataBase property in metadata export is not set for resolving social open graph or twitter images, using "http://localhost:3000". See https://nextjs.org/docs/app/api-reference/functions/generate-metadata#metadatabase

터미널 콘솔에서 뜨는 경고입니다

반영했습니다! eb05e2d958c79dba2db94a3dc22f3277e5b77d51