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
Copy file name to clipboardExpand all lines: src/content/docs/ko/reference/cli-reference.mdx
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -205,9 +205,11 @@ Astro 개발 서버가 실행 중인 터미널에서 다음 단축키를 사용
205
205
206
206
이 명령을 사용하면 [빌드 후](#astro-build) 로컬에서 사이트를 미리 보고 배포하기 전에 빌드 출력에서 오류를 확인할 수 있습니다. 프로덕션 환경에서 실행되도록 설계되지 않았습니다. 프로덕션 호스팅에 대한 도움이 필요하면 [Astro 웹사이트 배포](/ko/guides/deploy/) 안내서를 확인하세요.
207
207
208
-
Astro 1.5.0 이후부터 [Node 어댑터](/ko/guides/integrations-guide/node/)가 요청 시 렌더링으로 생성된 빌드에 대해 `astro preview`를 지원합니다.
208
+
Astro 미리보기 서버가 실행 중인 터미널에서 다음 단축키를 사용할 수 있습니다.
209
+
-`o` + `enter`: 브라우저에서 Astro 사이트를 엽니다.
210
+
-`q` + `enter`: 미리보기 서버를 종료합니다.
209
211
210
-
아래에 설명된 [공통 플래그](#공통-플래그)와 결합할 수 있습니다.
212
+
`astro preview` 명령은 아래에 설명된 [공통 플래그](#공통-플래그)와 결합하여 미리보기 환경을 더욱 세부적으로 제어할 수 있습니다.
0 commit comments