feat(lib): contact.ts — KAKAO_OPENCHAT_URL SSOT 상수
D 트랙 1/4. 현재 카카오 오픈채팅 URL이 3곳에 하드코딩(PublicShell, mypage, historical DashboardShell) — single source of truth로 정돈. 향후 URL 변경 시 이 파일만 수정. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
6
lib/contact.ts
Normal file
6
lib/contact.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
/**
|
||||
* 외부 연락 채널 상수 SSOT.
|
||||
* - KAKAO_OPENCHAT_URL: 1:1 카카오 오픈채팅. PublicShell 플로팅 버튼 + mypage 안내 등에서 공유.
|
||||
* URL 변경 시 이 파일만 수정.
|
||||
*/
|
||||
export const KAKAO_OPENCHAT_URL = 'https://open.kakao.com/o/s9stoNvb';
|
||||
Reference in New Issue
Block a user