From 359e70f57b3690f378c7534bdf5f4866b7dbcb59 Mon Sep 17 00:00:00 2001 From: gahusb Date: Sat, 16 May 2026 04:07:23 +0900 Subject: [PATCH] =?UTF-8?q?feat(lib):=20contact.ts=20=E2=80=94=20KAKAO=5FO?= =?UTF-8?q?PENCHAT=5FURL=20SSOT=20=EC=83=81=EC=88=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit D 트랙 1/4. 현재 카카오 오픈채팅 URL이 3곳에 하드코딩(PublicShell, mypage, historical DashboardShell) — single source of truth로 정돈. 향후 URL 변경 시 이 파일만 수정. Co-Authored-By: Claude Opus 4.7 (1M context) --- lib/contact.ts | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 lib/contact.ts diff --git a/lib/contact.ts b/lib/contact.ts new file mode 100644 index 0000000..9b31406 --- /dev/null +++ b/lib/contact.ts @@ -0,0 +1,6 @@ +/** + * 외부 연락 채널 상수 SSOT. + * - KAKAO_OPENCHAT_URL: 1:1 카카오 오픈채팅. PublicShell 플로팅 버튼 + mypage 안내 등에서 공유. + * URL 변경 시 이 파일만 수정. + */ +export const KAKAO_OPENCHAT_URL = 'https://open.kakao.com/o/s9stoNvb';