Wikify: Auto-link 118 orphaned topics using semantic keyword matching

This commit is contained in:
Antigravity Agent
2026-05-03 00:02:32 +09:00
parent 303b01b228
commit e49221df53
119 changed files with 1050 additions and 87 deletions
+11
View File
@@ -17,6 +17,17 @@ Vite 빌드 번들 최적화는 초기 로딩 속도와 캐시 효율을 극대
- **캐시 무효화**: 벤더 번들을 너무 크게 묶으면 라이브러리 하나만 업데이트해도 거대한 벤더 파일 전체의 캐시가 무효화되는 트레이드오프가 있다.
## 🔗 Knowledge Connections
### Related Concepts (Auto-Linked)
* [[Core_Web_Vitals]]
* [[Index]]
* [[JavaScript]]
* [[React]]
* [[React Server Components]]
* [[Research]]
* [[Rollup]]
* [[Server Components]]
* [[Strategy]]
### Related Concepts
- **Rollup**: Vite의 프로덕션 빌드 엔진 (관계: 구동 원리)
- **React.lazy & Suspense**: 코드 스플리팅의 실천 수단 (관계: 구현 도구)