Skip to content

Commit

Permalink
fix: metadataBase 추가
Browse files Browse the repository at this point in the history
metadataBase가 없으니 URL이 localhost:3000으로 지정되었다.
paulcjy.github.io로 지정함
  • Loading branch information
paulcjy committed Jul 7, 2024
1 parent 4a4dd7f commit 6136425
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import "./globals.css";
export const metadata: Metadata = {
title: "2024 여름수련회 성경읽기",
description: "주내힘교회 청소년부 2024 여름수련회 성경읽기표",
metadataBase: new URL('https://paulcjy.github.io/')
};

export default function RootLayout({
Expand Down

0 comments on commit 6136425

Please sign in to comment.