Skip to content

Commit

Permalink
feat: meta 데이터 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
puleugo committed Dec 28, 2023
1 parent e684f7b commit 9558678
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,10 @@ function HomepageHeader() {
}

export default function Home(): JSX.Element {
const {siteConfig} = useDocusaurusContext();
return (
<Layout
title={`Hello from ${siteConfig.title}`}
description="Description will go into a meta tag in <head />">
title={`인제대학교 최고의 컴퓨터공학과 학술 동아리`}
description="인제대학교에서 학우분들께 도움이 되는 단체가 되기 위해 노력하고 있습니다. <head />">
<HomepageHeader />
<main>
<HomepageFeatures />
Expand Down

0 comments on commit 9558678

Please sign in to comment.