Skip to content

Commit dc6099d

Browse files
fix: metadata baseurl 변경
1 parent 920f3c4 commit dc6099d

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

app/layout.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,7 @@ export const metadata: Metadata = {
2727
openGraph: {
2828
title: 'ShipFriend TechBlog',
2929
description: '문제 해결 경험과 개발 지식을 공유하는 개발 블로그입니다.',
30-
url:
31-
process.env.NEXT_PUBLIC_DEPLOYMENT_URL || 'https://shipfriend.vercel.app',
30+
url: process.env.NEXT_PUBLIC_DEPLOYMENT_URL || 'https://www.shipfriend.dev',
3231
siteName: 'ShipFriend TechBlog',
3332
images: [
3433
{

0 commit comments

Comments
 (0)