Skip to content

Commit

Permalink
✨ metadataBase추가
Browse files Browse the repository at this point in the history
  • Loading branch information
oaoong committed Nov 27, 2023
1 parent 1c060a0 commit 1fe0b72
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,13 @@ import { initMockApi } from '@/lib/msw/initMockApi'
import '@/styles/globals.css'

export const metadata: Metadata = {
metadataBase: new URL(Environment.currentAddress()),
openGraph: {
title: '물물교환 플랫폼, 나비장터',
description:
'나비장터를 통해서 필요없는 물건을 비슷한 가치의 물건과 교환해보세요.',
url: 'https://nabi-market-client.vercel.app',
url: Environment.currentAddress(),
type: 'website',
},
}

Expand Down

0 comments on commit 1fe0b72

Please sign in to comment.