Skip to content

Commit

Permalink
feat: megabrain.kr 1.0.1 기능 구현
Browse files Browse the repository at this point in the history
feat: megabrain.kr 1.0.1 기능 구현
  • Loading branch information
puleugo authored Dec 28, 2023
2 parents ffe1906 + 9558678 commit d5d97e9
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 d5d97e9

Please sign in to comment.