@zalkera/client 0.21.9 → 0.21.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/llms.txt +1 -1
  2. package/package.json +1 -1
package/llms.txt CHANGED
@@ -711,7 +711,7 @@ export function merchantReturnPolicyJsonLd(config: SiteConfig, windowDays?: numb
711
711
  실은 값**이라 IP 레이트리밋이 한 줄로 우회되고 IP 기록이 오염된다(실측). ✅ `visitorIp(req.headers)` 를 쓰고
712
712
  프록시 홉 수를 선언한다(§2). `x-real-ip` 폴백도 쓰지 마라 — 세우는 주체가 프록시마다 다르고 안 세우면 위조 자유다.
713
713
  검사기(`zalkera-validate`)가 이 형상을 `[I1]` 경고로 잡는다.
714
- - ❌ **콘텐츠 파일 사이트에서 페이지를 라우트로 신설**(`src/app/오시는길/page.tsx` 를 새로 짜기). ✅ `content/pages/<slug>.json`
714
+ - ❌ **콘텐츠 파일 사이트에서 페이지를 라우트로 신설**(`src/app/<slug>/page.tsx` 를 새로 짜기). ✅ `content/pages/<slug>.json`
715
715
  **+ 매니페스트 1행**이면 끝이고 라우팅·sitemap 은 이미 있다(§4.8). 라우트를 새로 짜면 그 페이지만 계약 밖으로
716
716
  나가 다음번 "말로 고치기"가 다시 tsx 탐색이 된다 — 실측된 회귀다.
717
717
  - ❌ **콘텐츠 파일에 숫자 id 적기**(`"assetId": 12`·`"productIds": [3,7]`). ✅ 에셋은 `public/` 루트 절대
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zalkera/client",
3
- "version": "0.21.9",
3
+ "version": "0.21.10",
4
4
  "description": "zalkera 헤드리스 CMS 공개 API 클라이언트 (테넌트 사이트용)",
5
5
  "license": "MIT",
6
6
  "author": "Credium Co., Ltd.",