Skip to content

Commit 10f38a9

Browse files
Feature/debug3 종택님 리뷰 반영 (#427)
* 에러메세지 진단하기에 에러 캡쳐이미지 추가 * 중간 중간 맥락에 맞는 이미지 추가, 에레 예시 코드대신 이미지로 변경 * [autofix.ci] apply automated fixes --------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
1 parent dbee1fa commit 10f38a9

30 files changed

+165
-99
lines changed

fundamentals/debug/.vitepress/config.mts

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@ export default defineConfig({
2626
text: "시작하기",
2727
link: "/pages/introduce.md"
2828
},
29-
{
30-
text: "참여하기",
31-
link: "/pages/event.md"
32-
},
3329
{
3430
text: "효과적인 디버깅을 위한 4가지 단계",
3531
link: "/pages/start.md"
32+
},
33+
{
34+
text: "참여하기",
35+
link: "/pages/event.md"
3636
}
3737
]
3838
},
@@ -109,11 +109,11 @@ export default defineConfig({
109109
{
110110
text: "디버깅 실무 사례",
111111
items: [
112-
{ text: "기여하기", link: "/pages/experience/contribute.md" },
113112
{
114113
text: "Suspense Error 디버깅 _ 김형규",
115114
link: "/pages/experience/suspense_debug_by_hyungkyu.md"
116-
}
115+
},
116+
{ text: "기여하기", link: "/pages/experience/contribute.md" }
117117
]
118118
}
119119
]
@@ -181,7 +181,7 @@ export default defineConfig({
181181
]
182182
},
183183
ssr: {
184-
noExternal: ['vitepress-plugin-tabs']
184+
noExternal: ["vitepress-plugin-tabs"]
185185
}
186186
}
187187
});
855 KB
Loading
14.8 KB
Loading
25.4 KB
Loading
14.6 KB
Loading
17.4 KB
Loading
12.6 KB
Loading
8.3 KB
Loading
16.1 KB
Loading
18.3 KB
Loading

0 commit comments

Comments
 (0)