Skip to content

Commit

Permalink
Chore: add metadataBase attribute in layout.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
rmdnps10 committed Oct 10, 2024
1 parent e9e8d2f commit 79f941e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/(main)/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import Footer from '../component/Footer'
//
export const metadata: Metadata = {
title: '서강대학교 멋쟁이사자처럼 공식홈페이지',
metadataBase: new URL('https://likelion-nextjs.vercel.app/'),
description:
'서강대학교 멋쟁이사자처럼의 공식 홈페이지입니다. 서강대학교 멋쟁이사자처럼의 역사, 수상내역, 알럼나이 아웃풋, 타임라인에 대해 소개합니다. 정기 교육 세션인 Lion Sprint에서 배우는 기술 스택들을 소개합니다. '
}
Expand Down

0 comments on commit 79f941e

Please sign in to comment.