@ihabdevteam/core 0.9.8 → 0.9.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.
package/README.md CHANGED
@@ -375,7 +375,7 @@ setAssetBaseUrl('https://cdn.example.com/ihab-assets')
375
375
  이후 패키지 내부 로고/배경 이미지는 위 베이스 URL을 기준으로 해석됩니다. 소비자에서 로고를 사용하려면 권장 순서는:
376
376
 
377
377
  1. 앱의 퍼블릭(public) 디렉터리에 로고를 두고 호스팅
378
- 2. 패키지에 포함된 로고를 직접 사용하려면(비권장) `import LogoUrl from '@ihabdevteam/core/dist/logo/Logo_speechear.svg'` 처럼 소비자의 번들러가 처리하도록 import
378
+ 2. 패키지에 포함된 로고를 직접 사용하려면(비권장) `import LogoUrl from '@ihabdevteam/core/logo/Logo_speechear_kr.svg'` 처럼 소비자의 번들러가 처리하도록 import
379
379
 
380
380
  패키지 내 `exports`에 `"./logo/*": "./dist/logo/*"` 매핑을 추가했으나, 번들러/런타임 환경에 따라 서브패스 접근이 제한될 수 있으니 퍼블릭 호스팅을 우선 권장합니다.
381
381