Skip to content

Commit

Permalink
fix: metadataBase 경고 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
teawon committed Sep 29, 2023
1 parent bd9bffe commit 15eb760
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Mindspace_front_next/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ export const metadata: Metadata = {
description:
"Mindspace는 개발에 관련된 각 키워드를 노드와 노드 사이의 연결 관계로 표현하여 사용자에게 학습 방향을 제공하는 사이트입니다.",
keywords: "개발, 프로그래밍, 학습, 연결 관계, 노드, 키워드",
metadataBase: new URL("http://localhost:3000"), //FIXME : 향후 실제 도메인으로 수정
openGraph: {
title: "Mindspace",
description:
"Mindspace는 개발에 관련된 각 키워드를 노드와 노드 사이의 연결 관계로 표현하여 사용자에게 학습 방향을 제공하는 사이트입니다.",
// url : localhost:3000/
images: [
{
url: "/images/logo.png",
Expand Down

0 comments on commit 15eb760

Please sign in to comment.