You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* fix(blog): stabilize heading anchors and toc links
* docs(blog): align ctr post titles and tone
* fix(blog): MDX heading 컴포넌트 타입 보정
PR 104 이후 구조에서 cherry-pick한 heading factory가 Next build 타입 검사에서 generic JSX 오류를 냈어요.
동작은 유지하고 React createElement 기반으로 렌더링해 heading tag 타입을 명확히 했어요.
* fix(blog): 긴 TOC 스크롤 영역 복원
긴 블로그 글에서 desktop TOC가 viewport 아래로 넘치면 하단 항목에 접근할 수 없는 문제가 있었어요.
native hash link 동작은 유지하고 TOC 영역에 bottom constraint와 내부 overflow scroll을 복원했어요.
---------
Co-authored-by: 박은우 <dev.haon@gmail.com>
0 commit comments