@@ -130,8 +130,86 @@ export default defineConfig({
130130 text : "디버깅 실무 사례" ,
131131 items : [
132132 {
133- text : "Suspense Error 디버깅 by.김형규" ,
134- link : "/pages/contribute/suspense_debug_by_hyungkyu.md"
133+ text :"javascript" ,
134+ items :[
135+ {
136+ text : "MAX_SAFE_INTEGER 정밀도 손실" ,
137+ link : "/pages/contribute/javascript/javascript_max_number_error_debug.md"
138+ } ]
139+ } ,
140+ {
141+ text :"react" ,
142+ items :[
143+ {
144+ text : "BroadcastQueryClient SuspenseError" ,
145+ link : "/pages/contribute/react/broadcast_suspense_error_debug.md"
146+ } ,
147+ {
148+ text : "React Suspense와 framer-motion UI 충돌" ,
149+ link : "/pages/contribute/react/react_suspense_and_framer_motion_ui_debug.md"
150+ }
151+ ]
152+ } ,
153+ {
154+ text :'ios' ,
155+ items :[
156+ {
157+ text : "iOS 웹뷰 이미지 업로드 시 페이지가 새로고침 되는 현상" ,
158+ link : "/pages/contribute/ios/ios_webview_image_upload_refresh_debug.md"
159+ } ,
160+ {
161+ text : "iOS 웹뷰에서 스와이프 뒤로가기 시 회색 화면이 표시되는 현상" ,
162+ link : "/pages/contribute/ios/ios_webview_swipe_back_gray_screen_debug.md"
163+ } ,
164+ {
165+ text : "Safari에서 TradingView iframe 메모리 누수" ,
166+ link : "/pages/contribute/ios/tradingview_iframe_memory_leak_debug.md"
167+ }
168+ ]
169+ } ,
170+ { text :'android' ,
171+ items :[
172+ {
173+ text : "Android에서 React Native 번들 로딩 시 SIGBUS 크래시" ,
174+ link : "/pages/contribute/android/android_react_native_bundle_loading_sigbus_crash_debug.md"
175+ } ,
176+ ]
177+ } ,
178+ {
179+ text :'public' ,
180+ items :[
181+ {
182+ text : "토스아이디 OG 이미지에 타인의 프로필이 표시되는 현상" ,
183+ link : "/pages/contribute/public/tossid_og_image_other_profile_debug.md"
184+ } ,
185+ ]
186+ } ,
187+ {
188+ text :'compile' ,
189+ items :[
190+ {
191+ text : "ESLint/TSC 파싱 콜스택 오버플로우" ,
192+ link : "/pages/contribute/compile/codegen_callstack_overflow_debug.md"
193+ }
194+ ]
195+ } ,
196+ {
197+ text :'yarn' ,
198+ items :[
199+ {
200+ text : "Yarn Workspace에서 HMR이 동작하지 않는 현상" ,
201+ link : "/pages/contribute/yarn/yarn_workspace_hmr_debug.md"
202+ } ,
203+ ]
204+ } ,
205+ {
206+ text :'cursor' ,
207+ items :[
208+ {
209+ text : "Cursor에서 Biome 포맷팅이 동작하지 않는 현상" ,
210+ link : "/pages/contribute/cursor/cursor_biome_formatting_debug.md"
211+ }
212+ ]
135213 } ,
136214 { text : "기여하기 탬플릿" , link : "/pages/contribute/template.md" }
137215 ]
0 commit comments