Skip to content

Commit 169feed

Browse files
docs(kr): fix title mismatch in Next.js guide (#896)
- Change title from "Usage with Electron" to "Usage with Next.js" - Ensures title matches file name, URL path, and content
1 parent 802f963 commit 169feed

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

i18n/kr/docusaurus-plugin-content-docs/current/guides/tech/with-electron.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
sidebar_position: 10
33
---
4-
# Usage with Next.js
4+
# Usage with Electron
55

66
Electron 애플리케이션은 역할이 다른 여러 **프로세스**(Main, Renderer, Preload)로 구성됩니다.
77
따라서 FSD를 적용하려면 Electron 특성에 맞게 구조를 조정해야 합니다.

i18n/kr/docusaurus-plugin-content-docs/current/guides/tech/with-nextjs.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
sidebar_position: 10
33
---
4-
# Usage with Electron
4+
# Usage with Next.js
55

66
NextJS 프로젝트에도 FSD 아키텍처를 적용할 수 있지만, 구조적 차이로 두 가지 충돌이 발생합니다.
77

0 commit comments

Comments
 (0)