Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/app/manifest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ import { ASSET_VERSION } from '@/libs/constants/assetVersion';

function manifest(): MetadataRoute.Manifest {
return {
name: 'SIPE 5기 신규 모집 중 (~1/5 마감)',
short_name: 'SIPE 5기 신규 모집 중 (~1/5 마감)',
name: 'SIPE',
short_name: 'SIPE',
description: '개발자들이 함께 교류하며 성장하는 IT 커뮤니티',
start_url: '/',
display: 'standalone',
Expand Down
2 changes: 1 addition & 1 deletion src/libs/constants/metadata.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { Metadata } from 'next';

import { ASSET_VERSION } from './assetVersion';

const title = 'SIPE 5기 신규 모집 중 (~1/5 마감)';
const title = 'SIPE';
const description = '개발자들이 함께 교류하며 성장하는 IT 커뮤니티';
const images = [`/assets/logos/og-image.png?v=${ASSET_VERSION}`];
const defaultURL = process.env.NEXT_PUBLIC_ORIGIN;
Expand Down
2 changes: 1 addition & 1 deletion src/libs/constants/recruit.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export const APPLICATION_DUE_DATE = new Date('2026-01-05 23:59:59');

export const JOIN_FORM_URL = 'https://forms.gle/Mr6e4NyPrdSdJPU4A';
export const JOIN_ALARM_FORM_URL = 'https://forms.gle/VS7Ap4xfSyf2qYqQ6';
export const JOIN_NEXT_ALARM_FORM_URL = 'https://forms.gle/VS7Ap4xfSyf2qYqQ6';
export const JOIN_NEXT_ALARM_FORM_URL = 'https://forms.gle/KxxLCA9db9NgWv4k8';

export type CardListType = {
title: string;
Expand Down