Skip to content

Commit 9e3681f

Browse files
i18n(ko-KR): update cli-reference.mdx (#12750)
Co-authored-by: Yan <61414485+yanthomasdev@users.noreply.github.com>
1 parent f4faafd commit 9e3681f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/content/docs/ko/reference/cli-reference.mdx

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -205,9 +205,11 @@ Astro 개발 서버가 실행 중인 터미널에서 다음 단축키를 사용
205205

206206
이 명령을 사용하면 [빌드 후](#astro-build) 로컬에서 사이트를 미리 보고 배포하기 전에 빌드 출력에서 오류를 확인할 수 있습니다. 프로덕션 환경에서 실행되도록 설계되지 않았습니다. 프로덕션 호스팅에 대한 도움이 필요하면 [Astro 웹사이트 배포](/ko/guides/deploy/) 안내서를 확인하세요.
207207

208-
Astro 1.5.0 이후부터 [Node 어댑터](/ko/guides/integrations-guide/node/)가 요청 시 렌더링으로 생성된 빌드에 대해 `astro preview`를 지원합니다.
208+
Astro 미리보기 서버가 실행 중인 터미널에서 다음 단축키를 사용할 수 있습니다.
209+
- `o` + `enter`: 브라우저에서 Astro 사이트를 엽니다.
210+
- `q` + `enter`: 미리보기 서버를 종료합니다.
209211

210-
아래에 설명된 [공통 플래그](#공통-플래그)결합할 수 있습니다.
212+
`astro preview` 명령은 아래에 설명된 [공통 플래그](#공통-플래그)결합하여 미리보기 환경을 더욱 세부적으로 제어할 수 있습니다.
211213

212214
## `astro check`
213215

0 commit comments

Comments
 (0)