Skip to content

Commit 1b58631

Browse files
fix(site): use domain email in public metadata
Co-Authored-By: First Fluke <our.first.fluke@gmail.com>
1 parent 77a48a4 commit 1b58631

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/site.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ export const SITE = {
33
legalName: "퍼스트플루크 (FIRST FLUKE)",
44
url: "https://firstfluke.com",
55
threadsHandle: "mega_fluke",
6-
contactEmail: "our.first.fluke@gmail.com",
6+
contactEmail: "hello@firstfluke.com",
77
selectionPageUrl: "https://www.modoo.or.kr/ai-solution/organization/841",
88
selectionLabel: "모두의 창업 2026 선정",
99
} as const;

0 commit comments

Comments
 (0)