Skip to content

Commit 0573c19

Browse files
authored
Merge pull request #173 from sipe-team/feat/5th-recruit
feat: 리크루팅을 위한 title 변경
2 parents b40e4b1 + 77d7f35 commit 0573c19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libs/constants/metadata.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { Metadata } from 'next';
22

33
import { ASSET_VERSION } from './assetVersion';
44

5-
const title = 'SIPE';
5+
const title = 'SIPE 5기 신규 모집 중 (~1/5 마감)';
66
const description = '개발자들이 함께 교류하며 성장하는 IT 커뮤니티';
77
const images = [`/assets/logos/og-image.png?v=${ASSET_VERSION}`];
88
const defaultURL = process.env.NEXT_PUBLIC_ORIGIN;

0 commit comments

Comments
 (0)