Skip to content

Commit 019ddd8

Browse files
committed
ga 글 시간 수정
1 parent e323516 commit 019ddd8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/app/article/2025-01/ga/metadata.tsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ export const title = "[GTM] 클릭 이벤트를 GA로 보내는 깔끔한 방법
77
export const url = "https://springfall.cc/article/2025-01/ga";
88
export const summary =
99
"GTM과 GA는 웹서비스를 운영할 때 사용자들의 행동을 추적하고 분석하는데 유용한 툴입니다. 하지만 그만큼 잘 쓰기가 어렵습니다. 최소한의 설정으로 최대한의 효과를 낼 수 있는 방법을 소개합니다.";
10-
export const createdAt = dayjs("2025-01-31").toISOString();
11-
export const updatedAt = dayjs("2025-01-31").toISOString();
10+
export const createdAt = dayjs("2025-01-30").toISOString();
11+
export const updatedAt = dayjs("2025-01-30").toISOString();
1212
export const image = gtm4;
1313
export const imageAlt = "GTM에 GA 태그가 세팅되어 있는 화면";
1414
export const category: Category = "기술";

0 commit comments

Comments
 (0)