Commit b9cc171
Add GoatCounter analytics integration (#48)
* feat: GoatCounter 조회수 트래킹 추가
무료, 쿠키 없는 프라이버시 친화적 분석 도구인 GoatCounter를 추가합니다.
NEXT_PUBLIC_GOATCOUNTER_CODE 환경 변수로 활성화할 수 있습니다.
https://claude.ai/code/session_018zmvR3KqyN12izgt3BUw6i
* ci: deploy 워크플로우에 GoatCounter 환경 변수 추가
빌드 시 NEXT_PUBLIC_GOATCOUNTER_CODE secrets를 주입하여
GoatCounter 트래킹 스크립트가 정적 빌드에 포함되도록 합니다.
https://claude.ai/code/session_018zmvR3KqyN12izgt3BUw6i
---------
Co-authored-by: Claude <noreply@anthropic.com>1 parent 858cf26 commit b9cc171
3 files changed
Lines changed: 11 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| 47 | + | |
| 48 | + | |
47 | 49 | | |
48 | 50 | | |
49 | 51 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
| |||
40 | 41 | | |
41 | 42 | | |
42 | 43 | | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
43 | 51 | | |
44 | 52 | | |
45 | 53 | | |
| |||
0 commit comments